nngxFlush3DCommandNoCacheFlushRaw Function

Syntax

NNGX_APICALL void NNGX_APIENTRY nngxFlush3DCommandNoCacheFlushRaw(
     nngxCommandList * cmdlist
);

Arguments

Name Description
in cmdlist The target command list object.

Return Values

No values are returned.

Description

Issues a render command request and flushes the accumulated 3D command buffer in the specified command list.

This is the directly specified command list version of nngxFlush3DCommandNoCacheFlush.

Revision History

2012/05/09
Initial version.

CONFIDENTIAL