Offscreen¶
#include <offscreen.h>
Public Classes¶
| Name | |
|---|---|
| struct | Vertex  [1]  | 
Public Functions¶
| Name | |
|---|---|
| Offscreen() [1]  | 
|
| ~Offscreen() [7]  | 
|
| void | initializeScene() | 
| void | cleanupScene() | 
| void | resize(uint32_t width, uint32_t height) | 
| void | setData(const std::vector< Offscreen::Vertex > & data) [6]  | 
| void | setProjection(float left, float right, float bottom, float top) [6]  | 
| void | render(const std::string & baseFilename) | 
Public Functions Documentation¶
function Offscreen¶
1 |  | 
[1]
[7]
function ~Offscreen¶
1 |  | 
[7]
function initializeScene¶
1 |  | 
[7]
[7]
[1]
[1]
[5]
[5]
function cleanupScene¶
1 |  | 
function resize¶
1 2 3 4  |  | 
function setData¶
1 2 3  |  | 
[6]
function setProjection¶
1 2 3 4 5 6  |  | 
[6]
[4]
function render¶
1 2 3  |  | 
[11]
[11]
Updated on 2025-07-08 at 12:01:11 +0000