glGetMinmaxParameteriv

glGetMinmaxParameter: man2/glGetMinmaxParameter.xml

glGetMinmaxParameter retrieves parameters for the current minmax table by setting pname to one of the following values: Parameter Description GL_MINMAX_FORMAT Internal format of minmax table GL_MINMAX_SINK Value of the parameter

glGetMinmaxParameter is present only if ARB_imaging is returned when glGetString is called with an argument of GL_EXTENSIONS.

@OpenGL_Version(OGLIntroducedIn.Unknown)
@OpenGL_Extension("GL_ARB_imaging")
fn_glGetMinmaxParameteriv glGetMinmaxParameteriv;

See Also

glMinmax, glGetMinmax

Meta