Depth testing functions
Possible values
No testing, test always passes | |
Test never passes | |
Test passes if the incoming value is less (object is closer) than the stored value. Default function | |
Test passes if the incoming value is greater | |
Test passes if the incoming value is equal | |
Test passes if the incoming value is less than or equal | |
Test passes if the incoming value is greater than or equal | |
Test passes if the incoming value is different than the stored value |