DeviceCaps.SupportsSeparateTextureMemories Property

Language:

Indicates whether the device is texturing from separate memory pools.

Definition

Visual Basic Public ReadOnly Property SupportsSeparateTextureMemories As Boolean
C# public bool SupportsSeparateTextureMemories { get; }
C++ public:
property bool SupportsSeparateTextureMemories {
        bool get();
}
JScript public function get SupportsSeparateTextureMemories() : boolean

Property Value

System.Boolean
Value that is true if the device is texturing from separate memory pools, or false if it is not.

This property is read-only. 

Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center