nngxFlush3DCommandPartiallyRaw Function
NNGX_APICALL void NNGX_APIENTRY nngxFlush3DCommandPartiallyRaw(
nngxCommandList * cmdlist,
GLsizei buffersize
);
| Name | Description | |
|---|---|---|
| in | cmdlist |
The target command list object. |
| in | buffersize |
Size (in bytes) of the command buffer to execute. |
Issues a render command request and flushes the accumulated 3D command buffer in the specified command list. However, 3D commands are only executed for the specified size.
This is the directly specified command list version ofnngxFlush3DCommandPartially.CONFIDENTIAL