Antkeeper  0.0.1
Namespaces | Enumerations
stencil-face-bits.hpp File Reference
#include <cstdint>

Go to the source code of this file.

Namespaces

 gl
 Graphics library interface.
 

Enumerations

enum  : std::uint8_t { gl::stencil_face_front_bit = 0b01 , gl::stencil_face_back_bit = 0b10 , gl::stencil_face_front_and_back = 0b11 }
 Stencil face mask bits specifying which stencil state(s) to update. More...