| Class | Description |
| DefaultRenderer |
The DefaultRenderer class provides the default rendering method. |
| DepthRenderer |
The DepthRenderer class renders 32-bit depth information encoded as RGBA
|
| HitTestRenderer |
HitTestRenderer provides a renderer that can identify objects under a given screen position and can optionally
calculate further geometrical information about the object at that point. |
| PositionRenderer |
The PositionRenderer renders normalized position coordinates. |
| RendererBase |
RendererBase forms an abstract base class for classes that are used in the rendering pipeline to render geometry
to the back buffer or a texture. |