Skip to content

API Reference / @gtkx/gl / getTextureLevelParameterfv

Function: getTextureLevelParameterfv()

getTextureLevelParameterfv(texture, level, pname): number

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

void glGetTextureLevelParameterfv(GLuint texture, GLint level, GLenum pname, GLfloat *params)

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

level

number

GLint

pname

number

GetTextureParameter

Returns

number

params (GLfloat)

Released under the MPL-2.0 License.