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