Antkeeper
0.0.1
|
#include <cstdint>
Go to the source code of this file.
Namespaces | |
gl | |
Graphics library interface. | |
Enumerations | |
enum class | gl::compare_op : std::uint8_t { gl::never , gl::less , gl::equal , gl::less_or_equal , gl::greater , gl::not_equal , gl::greater_or_equal , gl::always } |
Comparison operators. More... | |