Luna::RG::IRenderGraph::execute
virtual RV execute(RHI::ICommandBuffer *cmdbuf)=0
Executes the render graph.
This will execute all enabled render passes in order.
Parameters
-
in cmdbuf
The command buffer used to record render commands of this render graph.
Valid Usage
- compile must be called before calling this function.