Antkeeper  0.0.1
Namespaces | Enumerations
buffer-usage.hpp File Reference
#include <cstdint>

Go to the source code of this file.

Namespaces

 gl
 Graphics library interface.
 

Enumerations

enum class  gl::buffer_usage : std::uint8_t {
  gl::stream_draw , gl::stream_read , gl::stream_copy , gl::static_draw ,
  gl::static_read , gl::static_copy , gl::dynamic_draw , gl::dynamic_read ,
  gl::dynamic_copy
}
 Usage hints for vertex buffers. More...