|
RunicVTT Open Source Virtual Tabletop for TTRPG using P2P
|
#include <ApplicationHandler.h>
Public Member Functions | |
| MapFBO () | |
Public Attributes | |
| GLuint | fboID |
| GLuint | textureID |
| GLuint | rboID |
| int | width |
| int | height |
Definition at line 38 of file ApplicationHandler.h.
|
inline |
| GLuint MapFBO::fboID |
Definition at line 40 of file ApplicationHandler.h.
| int MapFBO::height |
Definition at line 44 of file ApplicationHandler.h.
| GLuint MapFBO::rboID |
Definition at line 42 of file ApplicationHandler.h.
| GLuint MapFBO::textureID |
Definition at line 41 of file ApplicationHandler.h.
| int MapFBO::width |
Definition at line 43 of file ApplicationHandler.h.