Antkeeper  0.0.1
Classes | Namespaces | Enumerations
gl/vertex-attribute.hpp File Reference
#include <cstddef>
#include <cstdint>

Go to the source code of this file.

Classes

struct  gl::vertex_attribute
 Describes a vertex attribute within a vertex buffer. More...
 

Namespaces

 gl
 Graphics library interface.
 

Enumerations

enum class  gl::vertex_attribute_type : std::uint8_t {
  gl::int_8 , gl::uint_8 , gl::int_16 , gl::uint_16 ,
  gl::int_32 , gl::uint_32 , gl::float_16 , gl::float_32 ,
  gl::float_64
}