qxLib
Public Member Functions | List of all members
qx::base_fbo Class Reference

Base FBO class. More...

#include <fbo.h>

Inheritance diagram for qx::base_fbo:
qx::IBuffer

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...
 
- Public Member Functions inherited from qx::IBuffer
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...
 

Detailed Description

Base FBO class.

~

Author
Khrapov
Date
10.07.2020

Definition at line 27 of file fbo.h.

Member Function Documentation

◆ AttachRBO()

void qx::base_fbo::AttachRBO ( const base_rbo rbo)
inline

Attach RBO th FRO.

Parameters
rbo- render buffer object

Definition at line 52 of file fbo.inl.

◆ AttachTexture()

void qx::base_fbo::AttachTexture ( GLenum  attachment,
const base_texture texture,
GLint  nMipmapLevel = 0 
)
inline

Attache all cube map faces of a specific MIP level as an array of images (layered framebuffer)

Parameters
attachment- attachment point of the framebuffer
texture- fbo texture
nMipmapLevel- mipmap level of texture

Definition at line 62 of file fbo.inl.

◆ AttachTexture2D()

void qx::base_fbo::AttachTexture2D ( GLenum  attachment,
const base_texture texture,
GLint  nMipmapLevel = 0 
)
inline

Attache a single face of a specific MIP level to FBO.

Parameters
attachment- attachment point of the framebuffer
texture- fbo texture
nMipmapLevel- mipmap level of texture

Definition at line 57 of file fbo.inl.

◆ CheckStatus()

qx::string_view qx::base_fbo::CheckStatus ( ) const
inline

Check framebuffer status.

Return values
-framebuffer error or empty if success

Definition at line 67 of file fbo.inl.

◆ SetTarget()

void qx::base_fbo::SetTarget ( GLenum  target)
inline

Set target type.

Parameters
target- GL_FRAMEBUFFER, GL_DRAW_FRAMEBUFFER or GL_READ_FRAMEBUFFER

Definition at line 47 of file fbo.inl.


The documentation for this class was generated from the following files: