nngxAdd3DCommandNoCacheFlushRaw Function

Syntax

NNGX_APICALL void NNGX_APIENTRY nngxAdd3DCommandNoCacheFlushRaw(
     nngxCommandList * cmdlist,
     const GLvoid * bufferaddr,
     GLsizei buffersize
);

Parameters

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.

Return Values

No values are returned.

Description

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 of nngxAdd3DCommandNoCacheFlush.

Revision History

2012/05/09
Initial version.

CONFIDENTIAL