nw::demo::CommandListSwapper::Description Structure

Syntax

struct Description
{
   size_t commandListCount;
   size_t bufferSize;
   size_t requestCount;
   size_t reusableBufferSize;
   size_t reusableRequestCount;
   size_t maxGpuProfilingEntryCount;
};

Description

Command list swapper settings.

Member Variables

commandListCount size_t The number of command lists being created.
bufferSize size_t The buffer size for a single command list.
requestCount size_t The maximum number for a single command list.
reusableBufferSize size_t Indicates the command buffer size for a single reusable command list.
reusableRequestCount size_t The maximum number for a single reusable command list.
maxGpuProfilingEntryCount size_t The maximum number of GPU profile entries.

CONFIDENTIAL