Skip to content

API Reference / @gtkx/gl / getInternalformativ

Function: getInternalformativ()

getInternalformativ(target, internalformat, pname, count): number[]

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

void glGetInternalformativ(GLenum target, GLenum internalformat, GLenum pname, GLsizei count, GLint *params)

Provided by GL_VERSION_4_2. Registry note: Reuse commands from ARB_internalformat_query Also provided by the GL_ARB_internalformat_query extension.

Parameters

target

number

TextureTarget

internalformat

number

InternalFormat

pname

number

InternalFormatPName

count

number

GLsizei

Returns

number[]

params (GLint[], length count)

Released under the MPL-2.0 License.