nw::demo::CommandListSwapper::ReuseCommand Member Function

Syntax

void ReuseCommand(
     bool isCopyBuffer
);

Arguments

Name Description
in isCopyBuffer Specifies whether to copy the buffer.

Return Values

None.

Description

Reuses saved command.

The command saved by either the StartCommandSave function or the EndCommandSavefunction is added to the bound command list. If true has been specified for isCopyBuffer, the command is copied and added. If false has been specified, the 3D command buffer references the saved command. For details, see the nngxUseSavedCmdlist function in the CTR-SDK.

See Also

StartCommandSave
EndCommandSave


CONFIDENTIAL