Signature
glGetHistogramParameter()->
Parameters
Variables | Description |
---|---|
target |
Must be one of
GL_HISTOGRAM
or
GL_PROXY_HISTOGRAM
.
|
pname |
The name of the parameter to be retrieved.
Must be one of
GL_HISTOGRAM_WIDTH
,
GL_HISTOGRAM_FORMAT
,
GL_HISTOGRAM_RED_SIZE
,
GL_HISTOGRAM_GREEN_SIZE
,
GL_HISTOGRAM_BLUE_SIZE
,
GL_HISTOGRAM_ALPHA_SIZE
,
GL_HISTOGRAM_LUMINANCE_SIZE
, or
GL_HISTOGRAM_SINK
.
|
params |
Pointer to storage for the returned values.
|