Skip to content

API Reference / @gtkx/gl / textureParameteri

Function: textureParameteri()

textureParameteri(texture, pname, param): void

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

void glTextureParameteri(GLuint texture, GLenum pname, GLint param)

Provided by GL_VERSION_4_5.

Parameters

texture

number

GLuint, object class texture

pname

number

GLenum, group TextureParameterName

param

number

GLint

Returns

void

See

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

Released under the MPL-2.0 License.