Tatooine
Namespaces | Enumerations
primitive.h File Reference

Go to the source code of this file.

Namespaces

namespace  tatooine
 
namespace  tatooine::gl
 

Enumerations

enum  tatooine::gl::Primitive {
  tatooine::gl::POINTS = GL_POINTS , tatooine::gl::LINE_STRIP = GL_LINE_STRIP , tatooine::gl::LINE_LOOP = GL_LINE_LOOP , tatooine::gl::LINES = GL_LINES ,
  tatooine::gl::LINE_STRIP_ADJACENCY = GL_LINE_STRIP_ADJACENCY , tatooine::gl::LINES_ADJACENCY = GL_LINES_ADJACENCY , tatooine::gl::TRIANGLE_STRIP = GL_TRIANGLE_STRIP , tatooine::gl::TRIANGLE_FAN = GL_TRIANGLE_FAN ,
  tatooine::gl::TRIANGLES = GL_TRIANGLES , tatooine::gl::TRIANGLE_STRIP_ADJACENCY = GL_TRIANGLE_STRIP_ADJACENCY , tatooine::gl::TRIANGLES_ADJACENCY = GL_TRIANGLES_ADJACENCY , tatooine::gl::PATCHES = GL_PATCHES
}