nw::demo::CommandListSwapper::StartCommandSave Member Function

Syntax

void StartCommandSave();

Arguments

None.

Return Values

None.

Description

Starts the saving of commands for reuse.

Binds a command list for reuse and begins saving commands. The saving continues until the EndSaving function is run. The saved commands can be reused using the ReuseCommand function.

To enable the reuse of commands, set positive values for the reusableListBufferSize and reusableListRequestCount members of the Description structure that is an argument of the Createfunction.

See Also

EndCommandSave
ReuseCommand


CONFIDENTIAL