18 #ifndef ION_GFX_INDEXBUFFER_H_
19 #define ION_GFX_INDEXBUFFER_H_
43 #endif // ION_GFX_INDEXBUFFER_H_
An IndexBuffer is a type of BufferObject that contains the element indices of an array, e.g., a vertex index array.
base::ReferentPtr< IndexBuffer >::Type IndexBufferPtr
A BufferObject describes a generic array of data used, for example, to describe the vertices in a Sha...
A SharedPtr is a smart shared pointer to an instance of some class that implements reference counting...