Antkeeper  0.0.1
Namespaces | Enumerations
color-component-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::color_component_r_bit = 0b0001 , gl::color_component_g_bit = 0b0010 , gl::color_component_b_bit = 0b0100 , gl::color_component_a_bit = 0b1000 }
 Bits controlling which components are written to the framebuffer. More...