Texture2D::SampleLevel methods

Samples a Texture2D on the specified mipmap level.

Overload list

Method Description
SampleLevel(S,float,float,int) Samples a texture on the specified mipmap level.
SampleLevel(S,float,float,int,uint) Samples a texture on the specified mipmap level and returns status about the operation.

Remarks

Refer to Texture-Object.

See also

Texture2D