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 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.