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