Skip to content

API Reference / @gtkx/gl / samplerParameterIiv

Function: samplerParameterIiv()

samplerParameterIiv(sampler, pname, param): void

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

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

Provided by GL_VERSION_3_3.

Parameters

sampler

number

GLuint, object class sampler

pname

number

GLenum, group SamplerParameterI

param

number[] | Int32Array<ArrayBufferLike>

const GLint *, length COMPSIZE(pname)

Returns

void

See

https://registry.khronos.org/OpenGL-Refpages/gl4/html/glSamplerParameterIiv.xhtml

Released under the MPL-2.0 License.