Function gs_stencil_op

Source
pub unsafe extern "C" fn gs_stencil_op(
    side: gs_stencil_side,
    fail: gs_stencil_op_type,
    zfail: gs_stencil_op_type,
    zpass: gs_stencil_op_type,
)