GLTexture.getLevelParam

class GLTexture
final
int
getLevelParam
(
GLenum paramName
,
int level
)

Return Value

Type: int

Requested texture level parameter.

Throws

OpenGLException on error. Warning: Calling glGetTexLevelParameteriv is generally not recommended since it could stall the OpenGL pipeline.

Meta