* Get the render-context for the current frame. This might change each frame. */
| 186 | * Get the render-context for the current frame. This might change each frame. |
| 187 | */ |
| 188 | RenderContext* getRenderContext() const { return mpDevice ? mpDevice->getRenderContext() : nullptr; } |
| 189 | |
| 190 | /** |
| 191 | * Get the current FBO. |
no outgoing calls
no test coverage detected