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

Go to the source code of this file.

Namespaces

 gl
 Graphics library interface.
 

Enumerations

enum class  gl::blend_op : std::uint8_t {
  gl::add , gl::subtract , gl::reverse_subtract , gl::min ,
  gl::max
}
 Framebuffer blending operations. More...