nngxAdd3DCommandNoCacheFlushRaw Function
NNGX_APICALL void NNGX_APIENTRY nngxAdd3DCommandNoCacheFlushRaw(
nngxCommandList * cmdlist,
const GLvoid * bufferaddr,
GLsizei buffersize
);
| Name | Description | |
|---|---|---|
| in | cmdlist |
The target command list object. |
| in | bufferaddr |
Pointer to the data region where the 3D command to add is located. |
| in | buffersize |
Size (in bytes) of the 3D command to add. |
For the specified command list, adds the data of the specified region (a 3D command) to the 3D command buffer.
This is the directly specified command list version ofnngxAdd3DCommandNoCacheFlush.CONFIDENTIAL