Enum gfx::device::tex::ComparisonMode
[−]
[src]
pub enum ComparisonMode { NoComparison, CompareRefToTexture(Comparison), }
Specified how the Comparison operator should be used when sampling
Variants
NoComparison | the default, don't use this feature. |
CompareRefToTexture | Compare Reference to Texture |