Luna::RG::IRenderPass
Represents one user-implemented render pass.
interface Luna::RG::IRenderPass : public virtual Interface
Base type
Member functions
-
virtual RV execute(IRenderPassContext *ctx)=0
Executes the render pass. This is called by the render graph in IRenderGraph::execute, the user should not call this manually.