IRenderStageCallback
Description
- Extended by
-
RenderStageCallback abstract
Base interface for callbacks that hook into the steps of a render stage.
- See also
Public / Methods
RenderBackground
This method is called before ending the IRenderStage.BeginBackground step.
Use this callback to render post-processing effects.
RenderFrame
This method is called before ending the IRenderStage.Begin step.
Use this callback to render post-processing effects.
RenderOpaque
This method is called before ending the IRenderStage.BeginOpaque step.
Use this callback to render additional opaque geometry.
RenderShadow
This method is called before ending the IRenderStage.BeginShadow2 step.
Use this callback to render additional shadow geometry.
RenderTransparent
This method is called before ending the IRenderStage.BeginTransparent step.
Use this callback to render additional transparent geometry.