Example #1
0
 public override bool Next(RenderPipelineContext rpContext)
 {
     ref GameDriverContext context = ref rpContext.gameDriverContext;
Example #2
0
 public abstract bool Next(RenderPipelineContext context);
Example #3
0
 public virtual void AfterRender(RenderPipelineContext context, GraphicsContext graphicsContext)
 {
 }
Example #4
0
 public virtual void AfterRender(RenderPipelineContext context)
 {
 }