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

Base UBO class. More...

#include <ubo.h>

Inheritance diagram for qx::base_ubo:
qx::buffer_binding_point_base qx::buffer_base qx::IBuffer

Public Member Functions

GLint GetMaxSize () const
 Get max UBO size. More...
 
- Public Member Functions inherited from qx::buffer_binding_point_base
virtual void BindBase (GLuint nIndex)
 Bind a buffer object to an indexed buffer target from shader. More...
 
- Public Member Functions inherited from qx::buffer_base
virtual QX_DECL_IBUFFER void MemBarrier ()
 Defines a barrier ordering memory transactions.
 
virtual void Allocate (GLsizeiptr nSize, const void *pData=nullptr, GLenum eUsage=GL_DYNAMIC_DRAW)
 Allocate memory for the buffer. More...
 
virtual void Update (const void *pData, GLsizeiptr nSize, GLintptr nOffset=0)
 Update buffer. 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...
 

Additional Inherited Members

- Protected Member Functions inherited from qx::buffer_base
virtual GLenum GetBufferType () const =0
 Get buffer type. More...
 
virtual GLbitfield GetBarrierBit () const =0
 Get buffer type barrier bit. More...
 

Detailed Description

Base UBO class.

UBO can be used to share uniforms between different shader programs, as well as quickly change between sets of uniforms for the same program object

Author
Khrapov
Date
10.07.2020

Definition at line 27 of file ubo.h.

Member Function Documentation

◆ GetMaxSize()

GLint qx::base_ubo::GetMaxSize ( ) const
inline

Get max UBO size.

Return values
-max UBO size

Definition at line 13 of file ubo.inl.


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