getSamplerParameter method
The WebGL2RenderingContext.getSamplerParameter()
method
of the
WebGL 2 API
returns parameter
information of a WebGLSampler object.
Implementation
external JSAny? getSamplerParameter(
WebGLSampler sampler,
GLenum pname,
);