nngxFlush3DCommandPartiallyRaw Function

Syntax

NNGX_APICALL void NNGX_APIENTRY nngxFlush3DCommandPartiallyRaw(
     nngxCommandList * cmdlist,
     GLsizei buffersize
);

Parameters

Name Description
in cmdlist The target command list object.
in buffersize Size (in bytes) of the command buffer to execute.

Return Values

No values are returned.

Description

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

Revision History

2012/05/09
Initial version.

CONFIDENTIAL