GLTexture.getParam

class GLTexture
final
int
getParam
(
GLenum paramName
)

Return Value

Type: int

Requested texture parameter.

Throws

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

Meta