20 #ifndef ANTKEEPER_GL_PIPELINE_DEPTH_STENCIL_STATE_HPP
21 #define ANTKEEPER_GL_PIPELINE_DEPTH_STENCIL_STATE_HPP
Graphics library interface.
compare_op
Comparison operators.
@ less
Comparison evaluates reference < test.
Pipeline depth/stencil state.
stencil_op_state stencil_front
Stencil testing parameters for front faces.
compare_op depth_compare_op
Comparison operator to use in the depth comparison step of the depth test.
bool stencil_test_enabled
true if stencil testing is enabled, false otherwise.
bool depth_write_enabled
true if depth writes are enabled when depth testing is enabled, false otherwise.
bool depth_test_enabled
true if depth testing is enabled, false otherwise.
stencil_op_state stencil_back
Stencil testing parameters for back faces.