IRenderContext base interface for rendering.
More...
|
| virtual EImagePixelFormat | encoding () const =0 |
| | Get the encoding.
|
| virtual Rect const & | viewport () const =0 |
| | Get the viewport rectangle associated with this rendering context.
|
| virtual const void * | getSystemContext () const |
| | Get the system rendering context (platform-dependent).
|
IRenderContext base interface for rendering.
◆ encoding()
Get the encoding.
- Returns
- The image pixel format.
◆ getSystemContext()
| virtual const void * gem::IRenderContext::getSystemContext |
( |
| ) |
const |
|
inlinevirtual |
Get the system rendering context (platform-dependent).
- Returns
- The system rendering context.
◆ viewport()
| virtual Rect const & gem::IRenderContext::viewport |
( |
| ) |
const |
|
pure virtual |
Get the viewport rectangle associated with this rendering context.
- Returns
- The viewport rectangle.