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

Go to the source code of this file.

Namespaces

 gl
 Graphics library interface.
 

Enumerations

enum class  gl::logic_op : std::uint8_t {
  gl::bitwise_clear , gl::bitwise_and , gl::bitwise_and_reverse , gl::bitwise_copy ,
  gl::bitwise_and_inverted , gl::bitwise_no_op , gl::bitwise_xor , gl::bitwise_or ,
  gl::bitwise_nor , gl::bitwise_equivalent , gl::bitwise_invert , gl::bitwise_or_reverse ,
  gl::bitwise_copy_inverted , gl::bitwise_or_inverted , gl::bitwise_nand , gl::bitwise_set
}
 Framebuffer logical operations. More...