nngxMoveCommandbufferPointerRaw Function

Syntax

NNGX_APICALL void NNGX_APIENTRY nngxMoveCommandbufferPointerRaw(
     nngxCommandList * cmdlist,
     GLint offset
);

Arguments

Name Description
in cmdlist The target command list object.
in offset The offset value (in bytes) for moving the pointer.

Return Values

No values are returned.

Description

Moves the current output-destination pointer of the 3D command buffer in the specified command list.

This is the directly specified command list version of nngxMoveCommandbufferPointer.

Revision History

2012/05/09
Initial version.

CONFIDENTIAL