Searched refs:swapperDescription (Results 1 – 1 of 1) sorted by relevance
148 nw::demo::CommandListSwapper::Description swapperDescription; in Create() local149 swapperDescription.commandListCount = description.commandListCount; in Create()150 swapperDescription.bufferSize = description.commandBufferSize; in Create()151 swapperDescription.requestCount = description.commandRequestCount; in Create()152 swapperDescription.reusableBufferSize = description.reusableCommandBufferSize; in Create()153 swapperDescription.reusableRequestCount = description.reusableCommandRequestCount; in Create()154 swapperDescription.maxGpuProfilingEntryCount = description.maxGpuProfilingEntryCount; in Create()156 nw::demo::CommandListSwapper::Create(allocator, swapperDescription); in Create()