Antkeeper
0.0.1
|
#include <cstdint>
Go to the source code of this file.
Namespaces | |
gl | |
Graphics library interface. | |
Enumerations | |
enum class | gl::stencil_op : std::uint8_t { gl::keep , gl::zero , gl::replace , gl::increment_and_clamp , gl::decrement_and_clamp , gl::invert , gl::increment_and_wrap , gl::decrement_and_wrap } |
Stencil comparison functions. More... | |