![]() |
TerraForge3D
2.3.1
3D Terrain And Landscape Generator
|
Public Member Functions | |
FrameBuffer (int width=800, int height=600) | |
void | Begin () |
uint32_t | End () |
uint32_t | GetColorTexture () |
uint32_t | GetDepthTexture () |
uint32_t | GetRendererID () |
int | GetWidth () |
int | GetHeight () |
Private Attributes | |
uint32_t | colorTexture |
uint32_t | depthTexture |
uint32_t | fbo |
int | width |
int | height |
Definition at line 5 of file FrameBuffer.h.