39 void Init(
size_t nWidth,
size_t nHeight, GLenum eInternalFormat, GLenum eAttachment,
size_t nMultiSamples = 0);
68 GLuint m_nBuffer = std::numeric_limits<GLuint>::max();
69 GLenum m_eInternalFormat = 0;
70 GLenum m_eAttachmentType = 0;
void Init(size_t nWidth, size_t nHeight, GLenum eInternalFormat, GLenum eAttachment, size_t nMultiSamples=0)
Init RBO with width and height.
size_t GetHeight() const
Get texture height.
QX_DECL_IBUFFER size_t GetWidth() const
Get texture width.
GLenum GetAttachmentType() const
Get attachment type.
GLenum GetInternalFormat() const
Get texture internal format.