SpiecsEngine
 
Loading...
Searching...
No Matches

◆ Build()

void Spices::Renderer::DGCLayoutBuilder::Build ( ) const

Create GDC Layout.

Create IndirectCommandsLayout.

Create IndirectCommandsLayout.

Definition at line 2498 of file Renderer.cpp.

2499 {
2501
2505 m_HandledDGCData->BuildCommandLayout(m_InputInfos);
2506 }
#define SPICES_PROFILE_ZONE
std::vector< VkIndirectCommandsLayoutTokenNV > m_InputInfos
Stores command inputs.
Definition Renderer.h:972
std::shared_ptr< VulkanDeviceGeneratedCommandsNV > m_HandledDGCData
Current SubPass DGC Data.
Definition Renderer.h:977

Referenced by Spices::BasePassRenderer::CreateDeviceGeneratedCommandsLayout().