Skip to content

API Reference / @gtkx/gl / samplerParameterIiv

Function: samplerParameterIiv()

samplerParameterIiv(sampler, pname, param): void

Defined in: generated/commands.d.ts:5197

void glSamplerParameterIiv(GLuint sampler, GLenum pname, const GLint *param)

Provided by GL_VERSION_3_3. Registry note: Reuse ARB_sampler_objects Also provided by the GL_ARB_sampler_objects extension. Also known as glSamplerParameterIivEXT, glSamplerParameterIivOES.

Parameters

sampler

number

GLuint, object class sampler

pname

number

SamplerParameterI

param

number[] | Int32Array<ArrayBufferLike>

GLint[] | Int32Array, length COMPSIZE(pname)

Returns

void

Released under the MPL-2.0 License.