20 #ifndef ANTKEEPER_GL_STENCIL_OP_STATE_HPP
21 #define ANTKEEPER_GL_STENCIL_OP_STATE_HPP
Graphics library interface.
stencil_op
Stencil comparison functions.
@ keep
Keeps the current value.
compare_op
Comparison operators.
@ always
Comparison always evaluates true.
stencil_op pass_op
Action performed on samples that pass both the depth and stencil tests.
std::uint32_t write_mask
Bits of the unsigned integer stencil values updated by the stencil test in the stencil framebuffer at...
stencil_op depth_fail_op
Action performed on samples that pass the stencil test and fail the depth test.
std::uint32_t reference
Stencil reference value that is used in the unsigned stencil comparison.
stencil_op fail_op
Action performed on samples that fail the stencil test.
std::uint32_t compare_mask
Bits of the unsigned integer stencil values participating in the stencil test.