SkillExecutionDeviceDirectX.DedicatedVideoMemory Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The amount of dedicated video memory of this DirectX device (bytes).
public:
property System::UInt64 DedicatedVideoMemory { System::UInt64 get(); };
public ulong DedicatedVideoMemory { get; }
member this.DedicatedVideoMemory : uint64
Public ReadOnly Property DedicatedVideoMemory As ULong
Property Value
The amount of dedicated video memory of this DirectX device (bytes).
Implements
Microsoft.AI.Skills.SkillInterfacePreview.ISkillExecutionDeviceDirectX.DedicatedVideoMemory