Tatooine
Namespaces | Enumerations
buffer_usage.h File Reference

Go to the source code of this file.

Namespaces

namespace  tatooine
 
namespace  tatooine::gl
 

Enumerations

enum class  tatooine::gl::buffer_usage : GLenum {
  tatooine::gl::STREAM_DRAW = GL_STREAM_DRAW , tatooine::gl::STREAM_READ = GL_STREAM_READ , tatooine::gl::STREAM_COPY = GL_STREAM_COPY , tatooine::gl::STATIC_DRAW = GL_STATIC_DRAW ,
  tatooine::gl::STATIC_READ = GL_STATIC_READ , tatooine::gl::STATIC_COPY = GL_STATIC_COPY , tatooine::gl::DYNAMIC_DRAW = GL_DYNAMIC_DRAW , tatooine::gl::DYNAMIC_READ = GL_DYNAMIC_READ ,
  tatooine::gl::DYNAMIC_COPY = GL_DYNAMIC_COPY
}