GameModeConfiguration.PercentGpuMemoryAllocatedToSystemCompositor 属性

定义

启用游戏模式时,将专用于系统合成器中的 GPU 内存百分比。

public:
 property IReference<int> ^ PercentGpuMemoryAllocatedToSystemCompositor { IReference<int> ^ get(); void set(IReference<int> ^ value); };
IReference<int> PercentGpuMemoryAllocatedToSystemCompositor();

void PercentGpuMemoryAllocatedToSystemCompositor(IReference<int> value);
public System.Nullable<int> PercentGpuMemoryAllocatedToSystemCompositor { get; set; }
var iReference = gameModeConfiguration.percentGpuMemoryAllocatedToSystemCompositor;
gameModeConfiguration.percentGpuMemoryAllocatedToSystemCompositor = iReference;
Public Property PercentGpuMemoryAllocatedToSystemCompositor As Nullable(Of Integer)

属性值

Windows 要求

应用功能
gameList

注解

此 API 并非适用于所有应用。 除非你的开发人员帐户由 Microsoft 专门预配,否则对这些 API 的调用将在运行时失败。

适用于