SamplerStateManager.MaxMipLevel Property |
Language: |
Retrieves or sets the level of detail (LOD) index of the largest map to use.
Visual Basic Public Property MaxMipLevel As Integer C# public int MaxMipLevel { get; set; } C++ public:
property int MaxMipLevel {
int get();
void set(int value);
}JScript public function get MaxMipLevel() : int
public function set MaxMipLevel(int);
System.Int32
This property is read/write.
Integer that represents the maximum LOD to set or retrieve.
The index value can range from 0 to (n-1), where 0 is the largest map.
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.