Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Calculates the level of detail.
ret Object.CalculateLevelOfDetail( sampler_state S, float x );
Parameters
Item | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|
Object |
Any texture-object type (except Texture2DMS and Texture2DMSArray). |
||||||||
S |
[in] A Sampler state. This is an object declared in an effect file that contains state assignments. |
||||||||
x |
[in] The linear interpolation value or values, which is a floating-point number between 0.0 and 1.0 inclusive. The number of components is dependent on the texture-object type.
|
Return Value
Returns the calculated LOD, a single floating-point value.
Minimum Shader Model
This function is supported in the following shader models.
vs_4_0 | vs_4_1 | ps_4_0 | ps_4_1 | gs_4_0 | gs_4_1 |
---|---|---|---|---|---|
x |
- TextureCubeArray is available in Shader Model 4.1 or higher.
- Shader Model 4.1 is available in Direct3D 10.1 or higher.