The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Texture1D::SampleCmp methods
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.
See also
Show: