Texture1D::SampleCmp methods
Samples a Texture1D, 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. |
Remarks
Refer to Texture-Object.