deleteSampler method

void deleteSampler(
  1. WebGLSampler? sampler
)

The WebGL2RenderingContext.deleteSampler() method of the WebGL 2 API deletes a given WebGLSampler object.

Implementation

external void deleteSampler(WebGLSampler? sampler);