nngxSetGasUpdateRaw Function

Syntax

NNGX_APICALL void NNGX_APIENTRY nngxSetGasUpdateRaw(
     nngxCommandList * cmdlist,
     GLboolean enable
);

Arguments

Name Description
in cmdlist The target command list object.
in enable Specifies whether to update the additive blend result.

Return Values

No values are returned.

Description

Specifies whether to update the additive blend result from rendering gas density information for the specified command list.

Corresponds to the process when NN_GX_CMDLIST_GAS_UPDATE is specified for the pname parameter of nngxGetCmdlistParameteri.

Revision History

2012/05/09
Initial version.

CONFIDENTIAL