DeviceCaps.SupportsExecuteVideoMemory Property (Microsoft.DirectX.Direct3D)
Indicates whether the device uses executable buffers from video memory.
Definition
Visual Basic Public ReadOnly Property SupportsExecuteVideoMemory As Boolean C# public bool SupportsExecuteVideoMemory { get; } C++ public:
property bool SupportsExecuteVideoMemory {
bool get();
}JScript public function get SupportsExecuteVideoMemory() : boolean
Property Value
System.Boolean
Value that is true if the device uses executable buffers from video memory, or false if it cannot.This property is read-only.