|
| ElementArrayVector () |
| Constructs a element array vector. More...
|
|
| ElementArrayVector (const GraphicContextPtr &gc, int size, BufferUsage usage=usage_static_draw) |
|
| ElementArrayVector (const GraphicContextPtr &gc, Type *data, int size, BufferUsage usage=usage_static_draw) |
|
| ElementArrayVector (const GraphicContextPtr &gc, const std::vector< Type > &data, BufferUsage usage=usage_static_draw) |
|
const ElementArrayBufferPtr & | buffer () const |
| Returns the element array buffer used by the vector. More...
|
|
void | copy_from (const GraphicContextPtr &gc, StagingVector< Type > &buffer, int dest_pos=0, int src_pos=0, int size=-1) |
| Copies data from transfer buffer. More...
|
|
void | copy_to (const GraphicContextPtr &gc, StagingVector< Type > &buffer, int dest_pos=0, int src_pos=0, int size=-1) |
| Copies data to transfer buffer. More...
|
|
| operator const ElementArrayBufferPtr & () const |
|
void | upload_data (const GraphicContextPtr &gc, const Type *data, int size) |
| Uploads data to element array buffer. More...
|
|
void | upload_data (const GraphicContextPtr &gc, const std::vector< Type > &data) |
| Uploads data to element array buffer. More...
|
|
template<typename Type>
class uicore::ElementArrayVector< Type >
Typed access to a element array buffer.