stencilFuncSeparate 方法

void stencilFuncSeparate(
  1. int face,
  2. int func,
  3. int ref,
  4. int mask
)

实现

void stencilFuncSeparate(int face, int func, int ref, int mask) native;