Skip to content

API Reference / @gtkx/gl / textureParameterf

Function: textureParameterf()

textureParameterf(texture, pname, param): void

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

void glTextureParameterf(GLuint texture, GLenum pname, GLfloat param)

Provided by GL_VERSION_4_5.

Parameters

texture

number

GLuint, object class texture

pname

number

GLenum, group TextureParameterName

param

number

GLfloat

Returns

void

See

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

Released under the MPL-2.0 License.