stencilFunc method

void stencilFunc(
  1. int func,
  2. int ref,
  3. int mask
)

Implementation

void stencilFunc(int func, int ref, int mask) =>
    js_util.callMethod(this, 'stencilFunc', [func, ref, mask]);