isSampler method

bool isSampler(
  1. WebGLSampler? sampler
)

Implementation

bool isSampler(WebGLSampler? sampler) =>
    js_util.callMethod(this, 'isSampler', [sampler]);