Windows apps
Collapse the table of content
Expand the table of content
Information
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::SampleBias methods

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

Overload list

MethodDescription
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. Returns status about the operation.

Remarks

Refer to Texture-Object.

See also

Texture1D

 

 

Show:
© 2017 Microsoft