1#ifndef TATOOINE_GL_INDEXBUFFER_H
2#define TATOOINE_GL_INDEXBUFFER_H
4#include <initializer_list>
31 DLL_API
indexbuffer(std::initializer_list<unsigned int>&& list);
buffer base class for each of the OpenGL buffer types
Definition: buffer.h:405
Definition: indexbuffer.h:13
static const auto default_usage
Definition: indexbuffer.h:18
DLL_API indexbuffer(std::initializer_list< unsigned int > &&list)
DLL_API indexbuffer(buffer_usage usage=default_usage)
DLL_API indexbuffer(indexbuffer &&other)
DLL_API indexbuffer(const indexbuffer &other)
DLL_API indexbuffer(GLsizei n, unsigned int initial, buffer_usage usage=default_usage)
DLL_API indexbuffer(GLsizei n, buffer_usage usage=default_usage)
DLL_API this_type & operator=(const this_type &other)
DLL_API this_type & operator=(this_type &&other)
DLL_API indexbuffer(const std::vector< unsigned int > &data, buffer_usage usage=default_usage)
Definition: ansiformat.h:6
buffer_usage
Definition: buffer_usage.h:8