Name
Priority
Type
Name of the current stage
Priority of the current stage
Tag of the current stage
Activate the current render stage in the given render flow
The render flow to activate this render stage
Destroy function
The initialization process, user shouldn't use it in most case, only useful when need to generate render pipeline programmatically.
The render stage information
Render function
Generated using TypeDoc
The render stage actually renders render objects to the output window or other GFX [[FrameBuffer]]. Typically, a render stage collects render objects it's responsible for, clear the camera, record and execute command buffer, and at last present the render result.