qxLib
|
Base FBO class. More...
#include <fbo.h>
Public Member Functions | |
QX_DECL_IBUFFER void | SetTarget (GLenum target) |
Set target type. More... | |
void | AttachRBO (const base_rbo &rbo) |
Attach RBO th FRO. More... | |
void | AttachTexture2D (GLenum attachment, const base_texture &texture, GLint nMipmapLevel=0) |
Attache a single face of a specific MIP level to FBO. More... | |
void | AttachTexture (GLenum attachment, const base_texture &texture, GLint nMipmapLevel=0) |
Attache all cube map faces of a specific MIP level as an array of images (layered framebuffer) More... | |
qx::string_view | CheckStatus () const |
Check framebuffer status. More... | |
![]() | |
virtual void | Generate ()=0 |
Generate buffer object. | |
virtual void | Bind () const =0 |
Bind a named buffer object. | |
virtual void | Unbind () const =0 |
Unbind a named buffer object. | |
virtual GLuint | GetBufferName () const =0 |
Get the object's name - the reference to the object. More... | |
virtual bool | IsGenerated () const =0 |
Is this buffer generated. More... | |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |