glGetFramebufferAttachmentParameteriv

retrieve information about attachments of a bound framebuffer object

Signature

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

Parameters

VariablesDescription
target
Specifies the target of the query operation.
attachment
Specifies the attachment within target
pname
Specifies the parameter of attachment to query.
params
Specifies the address of a variable receive the value of pname for attachment .