nw::demo::CommandListSwapper::ReuseCommand Member Function
void ReuseCommand(
bool isCopyBuffer
);
| Name | Description | |
|---|---|---|
| in | isCopyBuffer | Specifies whether to copy the buffer. |
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.
CONFIDENTIAL