Base RBO class.
More...
#include <rbo.h>
Base RBO class.
~
- Author
- Khrapov
- Date
- 10.07.2020
Definition at line 26 of file rbo.h.
◆ GetAttachmentType()
GLenum qx::base_rbo::GetAttachmentType |
( |
| ) |
const |
|
inline |
Get attachment type.
- Return values
-
Definition at line 94 of file rbo.inl.
◆ GetHeight()
size_t qx::base_rbo::GetHeight |
( |
| ) |
const |
|
inline |
Get texture height.
- Return values
-
Definition at line 84 of file rbo.inl.
◆ GetInternalFormat()
GLenum qx::base_rbo::GetInternalFormat |
( |
| ) |
const |
|
inline |
Get texture internal format.
- Return values
-
Definition at line 89 of file rbo.inl.
◆ GetWidth()
size_t qx::base_rbo::GetWidth |
( |
| ) |
const |
|
inline |
Get texture width.
- Return values
-
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: