deleteSampler method
The WebGL2RenderingContext.deleteSampler()
method of the
WebGL 2 API
deletes a given
WebGLSampler object.
Implementation
external void deleteSampler(WebGLSampler? sampler);
The WebGL2RenderingContext.deleteSampler()
method of the
WebGL 2 API
deletes a given
WebGLSampler object.
external void deleteSampler(WebGLSampler? sampler);