IRenderStageCallback
Description
- Extended by
-
RenderStageCallback abstract
Sky sealed
SkyDome sealed
Base interface for callbacks that hook into the steps of a render stage.
- See also
Public / Methods
RenderStageBegin
This method is called by IRenderStage.Begin, while performing initializations for the new frame to render.
- RenderException
-
If a graphics subsystem error has occurred.
RenderStageStep
This method is called by IRenderStage.End, when beginning or ending a render state step.
The callback for step in = 1 and begin in = true
is made right after calling RenderStageBegin. Both callbacks are equivalent, except that the latter one may throw a RenderException.
The callbacks for step in > are only made if IRenderStage.BeginShadow2 returns true
.