Skip to content

Latest commit

 

History

History
50 lines (29 loc) · 2.01 KB

texturecube-samplebias.md

File metadata and controls

50 lines (29 loc) · 2.01 KB
title description ms.assetid keywords topic_type api_type ms.topic ms.date api_name api_location
TextureCube::TextureCube SampleBias methods
Samples a texture, after applying the bias value to the mipmap level. | TextureCube::TextureCube SampleBias methods
6D63F216-2DF9-4B23-A741-8D7F7543E73C
SampleBias methods HLSL
apiref
NA
reference
05/31/2018

TextureCube::SampleBias methods

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

Overload list

Method Description
SampleBias(S,float,float) Samples a texture, after applying the bias value to the mipmap level.
SampleBias(S,float,float,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,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.

See also

TextureCube

Texture-Object