Ion
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
indexbuffer.cc
Go to the documentation of this file.
1 
18 #include "ion/gfx/indexbuffer.h"
19 
20 namespace ion {
21 namespace gfx {
22 
23 IndexBuffer::IndexBuffer() : BufferObject(kElementBuffer) {}
24 
26 
27 } // namespace gfx
28 } // namespace ion
A BufferObject describes a generic array of data used, for example, to describe the vertices in a Sha...
Definition: bufferobject.h:67
~IndexBuffer() override
The destructor is protected because all base::Referent classes must have protected or private destruc...
Definition: indexbuffer.cc:25