Skip to content

API Reference / @gtkx/gl / textureParameteriv

Function: textureParameteriv()

textureParameteriv(texture, pname, param): void

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

void glTextureParameteriv(GLuint texture, GLenum pname, const GLint *param)

Provided by GL_VERSION_4_5. Registry note: Reuse GL_ARB_direct_state_access Also provided by the GL_ARB_direct_state_access extension. GL_ARB_direct_state_access note: Texture object functions.

Parameters

texture

number

GLuint, object class texture

pname

number

TextureParameterName

param

number[] | Int32Array<ArrayBufferLike>

GLint[] | Int32Array, length COMPSIZE(pname)

Returns

void

Released under the MPL-2.0 License.