createSampler method

WebGLSampler? createSampler()

Implementation

WebGLSampler? createSampler() =>
    js_util.callMethod(this, 'createSampler', []);