![]() |
VR-Vantage 3.0.3 API Documentation
|
Public Member Functions | |
| fbObject (int width, int height, GLenum target, GLenum texInternalFormat) | |
| ~fbObject () | |
| void | Activate (bool clear=false) |
| void | Deactivate () |
| void | Bind () |
| void | Release () |
| int | GetWidth () |
| int | GetHeight () |
Private Member Functions | |
| void | CheckFramebufferStatus () |
Private Attributes | |
| GLuint | m_fbo |
| GLuint | m_tex |
| GLenum | m_target |
| int | m_width |
| int | m_height |
| fbObject::~fbObject | ( | ) |
| void fbObject::Deactivate | ( | ) |
|
inline |
References glBindTexture(), m_target, and m_tex.
|
inline |
|
private |
|
private |
|
private |
Referenced by GetWidth().
|
private |
Referenced by GetHeight().