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 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