Home
last modified time | relevance | path

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

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