Antkeeper  0.0.1
Namespaces | Enumerations
blend-factor.hpp File Reference
#include <cstdint>

Go to the source code of this file.

Namespaces

 gl
 Graphics library interface.
 

Enumerations

enum class  gl::blend_factor : std::uint8_t {
  gl::zero , gl::one , gl::src_color , gl::one_minus_src_color ,
  gl::dst_color , gl::one_minus_dst_color , gl::src_alpha , gl::one_minus_src_alpha ,
  gl::dst_alpha , gl::one_minus_dst_alpha , gl::constant_color , gl::one_minus_constant_color ,
  gl::constant_alpha , gl::one_minus_constant_alpha , gl::src_alpha_saturate , gl::src1_color ,
  gl::one_minus_src1_color , gl::src1_alpha , gl::one_minus_src1_alpha
}
 Source and destination color and alpha blending factors. More...