nw::demo::CommandListSwapper::Description Structurestruct Description
{
size_t commandListCount;
size_t bufferSize;
size_t requestCount;
size_t reusableBufferSize;
size_t reusableRequestCount;
size_t maxGpuProfilingEntryCount;
};
Command list swapper settings.
| commandListCount | The number of command lists being created. | |
|---|---|---|
| bufferSize | The buffer size for a single command list. | |
| requestCount | The maximum number for a single command list. | |
| reusableBufferSize | Indicates the command buffer size for a single reusable command list. | |
| reusableRequestCount | The maximum number for a single reusable command list. | |
| maxGpuProfilingEntryCount | The maximum number of GPU profile entries. |
CONFIDENTIAL