デプスやステンシルの比較関数
Disabled | デプスやステンシルテストが無効 |
Never | デプスやステンシルテストをパスしない。 |
Less | Pass depth or stencil test when new value is less than current value. |
Equal | 値が等しいとき、デプスやステンシルテストをパス |
LessEqual | Pass depth or stencil test when new value is less or equal than current value. |
Greater | Pass depth or stencil test when new value is greater than current value. |
NotEqual | 値が異なるとき、デプスやステンシルテストをパス |
GreaterEqual | Pass depth or stencil test when new value is greater or equal than current value. |
Always | デプスやステンシルテストを常にパス |