CalculateLevelOfDetailUnclamped (DirectX HLSL Texture Object)

Calculates the LOD without clamping the result.

ret Object.CalculateLevelOfDetailUnclamped( sampler_state S, float x );

 

This function works identically to CalculateLevelOfDetail (DirectX HLSL Texture Object), except that there is no clamping on the calculated LOD.

Texture-Object