nngxSetGasAutoAccumulationUpdateRaw Function

Syntax

NNGX_APICALL void NNGX_APIENTRY nngxSetGasAutoAccumulationUpdateRaw(
     nngxCommandList * cmdlist,
     GLint id
);

Arguments

Name Description
in cmdlist The target command list object.
in id ID of the command request for the interrupt handler to update.

Return Values

No values are returned.

Description

Updates the additive blend result from rendering gas density information for the specified command request handler of the specified command list.

This is the directly specified command list version of nngxSetGasAutoAccumulationUpdate.

Revision History

2012/05/09
Initial version.

CONFIDENTIAL