Skip to content

API Reference / @gtkx/gl / textureParameterIiv

Function: textureParameterIiv()

textureParameterIiv(texture, pname, params): void

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

void glTextureParameterIiv(GLuint texture, GLenum pname, const GLint *params)

Provided by GL_VERSION_4_5.

Parameters

texture

number

GLuint, object class texture

pname

number

GLenum, group TextureParameterName

params

number[] | Int32Array<ArrayBufferLike>

const GLint *, length COMPSIZE(pname)

Returns

void

See

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

Released under the MPL-2.0 License.