nngxGetDisplaybufferParameteri Function
NNGX_APICALL void NNGX_APIENTRY nngxGetDisplaybufferParameteri(
GLenum pname,
GLint * param
);
| Name | Description | |
|---|---|---|
| in | pname | Parameter name |
| out | param | Region where the parameter values are stored |
Gets a parameter value configured for the display buffer bound to the active display target.
Set pname to one of the following values.
| NN_GX_DISPLAYBUFFER_ADDRESS | Gets the address of the display buffer. |
|---|---|
| NN_GX_DISPLAYBUFFER_FORMAT | Gets the format of the display buffer. |
| NN_GX_DISPLAYBUFFER_WIDTH | Gets the width of the display buffer. |
| NN_GX_DISPLAYBUFFER_HEIGHT | Gets the height of the display buffer. |
This function generates the following errors.
| GL_ERROR_8033_DMP | The pname argument was set to an invalid value. |
|---|
CONFIDENTIAL