Searched refs:BackBufferType (Results 1 – 5 of 5) sorted by relevance
75 enum class BackBufferType : uint32_t { in RENDER_BEGIN_NAMESPACE() enum91 BackBufferType backBufferType = { BackBufferType::UNDEFINED }; in RENDER_BEGIN_NAMESPACE()
37 enum class BackBufferType : uint32_t { enum53 BackBufferType backBufferType = { BackBufferType::UNDEFINED };
609 ngbbc.backBufferType = NodeGraphBackBufferConfiguration::BackBufferType::SWAPCHAIN; in CreateSwapchainImpl()680 … if (ngbbc.backBufferType == NodeGraphBackBufferConfiguration::BackBufferType::SWAPCHAIN) { in DestroySwapchainImpl()681 … ngbbc.backBufferType = NodeGraphBackBufferConfiguration::BackBufferType::UNDEFINED; in DestroySwapchainImpl()
548 if (bb->backBufferType == NodeGraphBackBufferConfiguration::BackBufferType::SWAPCHAIN) { in RemapBackBufferHandle()552 … } else if (bb->backBufferType == NodeGraphBackBufferConfiguration::BackBufferType::GPU_IMAGE) { in RemapBackBufferHandle()557 …} else if (bb->backBufferType == NodeGraphBackBufferConfiguration::BackBufferType::GPU_IMAGE_BUFFE… in RemapBackBufferHandle()
242 …static_cast<NodeGraphBackBufferConfiguration::BackBufferType>(postBackBufferConfig_.bbc.backBuffer… in ProcessFrameBackBufferConfiguration()