Antkeeper
0.0.1
|
#include <cstdint>
Go to the source code of this file.
Namespaces | |
gl | |
Graphics library interface. | |
Enumerations | |
enum class | gl::primitive_topology : std::uint8_t { gl::point_list , gl::line_list , gl::line_strip , gl::triangle_list , gl::triangle_strip , gl::triangle_fan , gl::line_list_with_adjacency , gl::line_strip_with_adjacency , gl::triangle_list_with_adjacency , gl::triangle_strip_with_adjacency , gl::patch_list } |
Primitive topologies. More... | |