| ControlHostRenderStep | Draws a ControlHost. |
| CursorRenderStep | Renders a cursor. |
| EntityRenderStep | Draws the entities of a EntityManager. |
| LayeredRenderer | Draws a LayeredSurface object by adding a LayeredSurfaceRenderStep to the Steps collection. Skips drawing the normal surface. |
| LayeredSurfaceRenderStep | Draws a IScreenSurface object. |
| OptimizedScreenSurfaceRenderer | Draws a IScreenSurface with tint. Doesn’t allow render steps. |
| OutputSurfaceRenderStep | A render step that draws the _backingTexture texture. |
| RenderStepComparer | Compares IRenderStep with the SortOrder property. |
| ScreenSurfaceRenderer | Draws a IScreenSurface. |
| SurfaceDirtyCellsRenderStep | Draws a IScreenSurface object. |
| SurfaceRenderStep | Draws a IScreenSurface object. |
| TintSurfaceRenderStep | Renders a tint on top of where the output texture is drawn. |
| WindowRenderStep | Renders the dimmed background screen when a window is modal. |
| WindowRenderer | Draws a Window object by adding a WindowRenderStep to the Steps collection. |