Example #1
0
 public override void FrameCleanup(CommandBuffer cmd) => DrawCommand.OnCommandRendered(drawCommand);
Example #2
0
 public ShapesRenderPass(DrawCommand drawCommand)
 {
     this.drawCommand     = drawCommand;
     this.renderPassEvent = drawCommand.camEvt;
 }