Texture1D::SampleCmp-Methoden

Samples a Texture1D, using a comparison value to reject samples. (Stichproben werden mithilfe eines Vergleichswerts abgewiesen.)

Überladeliste

Methode Beschreibung
SampleCmp(S,float,float,int) Samples a texture, using a comparison value to reject samples. (Stichproben werden mithilfe eines Vergleichswerts abgewiesen.)
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 . Gibt den Status des Vorgangs zurück.

Hinweise

Weitere Informationen finden Sie unter Texture-Object.

Siehe auch

Texture1D