| 607 | /// <param name="width">The width (in pixels).</param> |
| 608 | /// <param name="height">The height (in pixels).</param> |
| 609 | API_FUNCTION() FORCE_INLINE void SetViewport(float width, float height) |
| 610 | { |
| 611 | const Viewport viewport(0.0f, 0.0f, width, height); |
| 612 | SetViewport(viewport); |
| 613 | } |
| 614 | |
| 615 | /// <summary> |
| 616 | /// Sets the rendering viewport. |
no outgoing calls
no test coverage detected