glGetRenderbufferParameteriv

retrieve information about a bound renderbuffer object

Signature

glGetRenderbufferParameteriv( GLenum ( target ) , GLenum ( pname ) , GLint *( params ) )-> void
glGetRenderbufferParameteriv( target , pname , params )

Parameters

VariablesDescription
target
Specifies the target of the query operation. target must be GL_RENDERBUFFER .
pname
Specifies the parameter whose value to retrieve from the renderbuffer bound to target .
params
Specifies the address of an array to receive the value of the queried parameter.