/// <summary> Returns the shared system memory, or -1 if it can't be determined. </summary>
 public static ulong GetSharedSystemMemory() => RuntimeGraphicsInfoInternal.GetSharedSystemMemory();
 /// <summary> Returns the dedicated video memory, or -1 if it can't be determined. </summary>
 public static ulong GetDedicatedVideoMemory() => RuntimeGraphicsInfoInternal.GetDedicatedSystemMemory();