Base class: Object
This class provides an interface for displaying 3D graphics on the screen.
| Property | Type | Description |
|---|---|---|
| window | const shared_ptr<Window>& | read-only window object |
| Capture | Method | captures a rendering frame |
| GetCaptures | Method | retrieves any captured screen images |
| GetSize | Method | gets the framebuffer dimensions |
| CreateFramebuffer | Function | creates a new framebuffer object |