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.
Indicates that the driver is capable of automatically generating mipmaps.
Definition
Visual Basic Public ReadOnly Property CanAutoGenerateMipMap As Boolean C# public bool CanAutoGenerateMipMap { get; } C++ public:
property bool CanAutoGenerateMipMap {
bool get();
}JScript public function get CanAutoGenerateMipMap() : boolean
Property Value
System.Boolean
Value that is true if the driver can automatically generate mipmaps, or false if it cannot.This property is read-only.