SamplerStateManager.MipMapLevelOfDetailBias Property |
Language: |
Retrieves or sets the mipmap level of detail (LOD) bias.
Visual Basic Public Property MipMapLevelOfDetailBias As Single C# public float MipMapLevelOfDetailBias { get; set; } C++ public:
property float MipMapLevelOfDetailBias {
float get();
void set(float value);
}JScript public function get MipMapLevelOfDetailBias() : float
public function set MipMapLevelOfDetailBias(float);
System.Single
This property is read/write.
Floating-point value that represents the mipmap bias to set or retrieve.
The default value is 0.
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.