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

Base RBO class. More...

#include <rbo.h>

Inheritance diagram for qx::base_rbo:
qx::IBuffer

Public Member Functions

void Init (size_t nWidth, size_t nHeight, GLenum eInternalFormat, GLenum eAttachment, size_t nMultiSamples=0)
 Init RBO with width and height. More...
 
QX_DECL_IBUFFER size_t GetWidth () const
 Get texture width. More...
 
size_t GetHeight () const
 Get texture height. More...
 
GLenum GetInternalFormat () const
 Get texture internal format. More...
 
GLenum GetAttachmentType () const
 Get attachment type. More...
 

Detailed Description

Base RBO class.

~

Author
Khrapov
Date
10.07.2020

Definition at line 26 of file rbo.h.

Member Function Documentation

◆ GetAttachmentType()

GLenum qx::base_rbo::GetAttachmentType ( ) const
inline

Get attachment type.

Return values
-attachment type

Definition at line 94 of file rbo.inl.

◆ GetHeight()

size_t qx::base_rbo::GetHeight ( ) const
inline

Get texture height.

Return values
-texture height

Definition at line 84 of file rbo.inl.

◆ GetInternalFormat()

GLenum qx::base_rbo::GetInternalFormat ( ) const
inline

Get texture internal format.

Return values
-texture internal format

Definition at line 89 of file rbo.inl.

◆ GetWidth()

size_t qx::base_rbo::GetWidth ( ) const
inline

Get texture width.

Return values
-texture width

Definition at line 79 of file rbo.inl.

◆ Init()

void qx::base_rbo::Init ( size_t  nWidth,
size_t  nHeight,
GLenum  eInternalFormat,
GLenum  eAttachment,
size_t  nMultiSamples = 0 
)
inline

Init RBO with width and height.

Parameters
nWidth- width
nHeight- height
eInternalFormat- internal format used for images
eAttachment- attachment point of the framebuffer
nMultiSamples- samples number, 0 - disable

Definition at line 22 of file rbo.inl.


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