API Reference / @gtkx/gl / samplerParameteri
Function: samplerParameteri()
samplerParameteri(
sampler,pname,param):void
Defined in: generated/commands.d.ts:5184
void glSamplerParameteri(GLuint sampler, GLenum pname, GLint param)
Provided by GL_VERSION_3_3. Registry note: Reuse ARB_sampler_objects Also provided by the GL_ARB_sampler_objects extension.
Parameters
sampler
number
GLuint, object class sampler
pname
number
SamplerParameterI
param
number
GLint
Returns
void