Texture2DArray::SampleCmp methods

Samples a Texture2DArray, using a comparison value to reject samples.

Overload list

Method Description
SampleCmp(S,float,float,int) Samples a texture, using a comparison value to reject samples.
SampleCmp(S,float,float,int,float) Samples a texture, using a comparison value to reject samples, with an optional value to clamp sample level-of-detail (LOD) values to.
SampleCmp(S,float,float,int,float,uint) Samples a texture, using a comparison value to reject samples, with an optional value to clamp sample level-of-detail (LOD) values to. Returns status about the operation.

See also

Texture2DArray