Texture1D::SampleCmpLevelZero methods

Samples a Texture1D on mipmap level 0 only and compares the result to a comparison value.

Overload list

Method Description
SampleCmpLevelZero(S,float,float,int) Samples a texture on mipmap level 0 only and compares the result to a comparison value.
SampleCmpLevelZero(S,float,float,int,uint) Samples a texture on mipmap level 0 only and compares the result to a comparison value. Returns status about the operation.

Remarks

Refer to Texture-Object.

See also

Texture1D