nngxMoveCommandbufferPointerRaw Function
NNGX_APICALL void NNGX_APIENTRY nngxMoveCommandbufferPointerRaw(
nngxCommandList * cmdlist,
GLint offset
);
| Name | Description | |
|---|---|---|
| in | cmdlist |
The target command list object. |
| in | offset |
The offset value (in bytes) for moving the pointer. |
Moves the current output-destination pointer of the 3D command buffer in the specified command list.
This is the directly specified command list version ofnngxMoveCommandbufferPointer.CONFIDENTIAL