Home
last modified time | relevance | path

Searched refs:swapperDescription (Results 1 – 1 of 1) sorted by relevance

/NW4C-1.2.23/sources/libraries/demo/
Ddemo_GraphicsSystem.cpp148 nw::demo::CommandListSwapper::Description swapperDescription; in Create() local
149 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()