12 #ifndef BASEBUFFER_H_6014714286
13 #define BASEBUFFER_H_6014714286
62 void setSize( std::size_t size );
79 const unsigned int id;
84 std::size_t size()
const;
104 #endif // BASEBUFFER_H_6014714286
const unsigned int target
Holds where the maintained buffer object is to be bound to by glBindBuffer.
const unsigned int id
Holds the ID of the maintained OpenGL buffer object.
Implements OpenGL buffer objects maintenance RAII base class.
bool valid
Flag that indicates whether the maintained OpenGL buffer object is valid.