Signature
glGetFramebufferAttachmentParameteriv(
GLenum (
target
)
,
GLenum (
attachment
)
,
GLenum (
pname
)
,
GLint *(
params
)
)-> void
Parameters
| Variables | Description |
|---|---|
| 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
.
|