Texture1D::SampleBias-Methoden

Samples a Texture1D, after applying the bias value to the mipmap level.

Überladeliste

Methode BESCHREIBUNG
SampleBias(S,float,float,int) Samples a texture, after applying the bias value to the mipmap level.
SampleBias(S,float,float,int,float) Samples a texture, after applying the bias value to the mipmap level, with an optional value to clamp sample level-of-detail (LOD) values to .
SampleBias(S,float,float,int,float,uint) Samples a texture, after applying the bias value to the mipmap level, 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.

Weitere Informationen

Texture1D