Home | History | Annotate | Download | only in include

Lines Matching refs:failOp

4481     VkStencilOp get_failOp() { return m_struct.failOp; }
4482 void set_failOp(VkStencilOp inValue) { m_struct.failOp = inValue; }