Compartilhar via


GameModeConfiguration.PercentGpuMemoryAllocatedToGame Propriedade

Definição

A porcentagem de memória de GPU que será dedicada ao jogo quando o Modo de Jogo estiver habilitado.

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

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

Valor da propriedade

Requisitos do Windows

Funcionalidades do aplicativo
gameList

Comentários

Essa API não está disponível para todos os aplicativos. A menos que sua conta de desenvolvedor seja provisionada especialmente pela Microsoft, as chamadas para essas APIs falharão em runtime.

Aplica-se a