glGetActiveAtomicCounterBufferiv

retrieve information about the set of active atomic counter buffers for a program

Signature

glGetActiveAtomicCounterBufferiv( Gluint ( program ) , GLuint ( bufferIndex ) , GLenum ( pname ) , GLint *( params ) )-> void
glGetActiveAtomicCounterBufferiv( program , bufferIndex , pname , params )

Parameters

VariablesDescription
program
The name of a program object from which to retrieve information.
bufferIndex
Specifies index of an active atomic counter buffer.
pname
Specifies which parameter of the atomic counter buffer to retrieve.
params
Specifies the address of a variable into which to write the retrieved information.