Compartir a través de


GameModeConfiguration.PercentGpuTimeAllocatedToGame Propiedad

Definición

Porcentaje de tiempo de GPU que se dedicará al juego cuando el modo de juego esté habilitado.

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

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

Valor de propiedad

Requisitos de Windows

Características de aplicaciones
gameList

Comentarios

Esta API no está disponible para todas las aplicaciones. A menos que Microsoft aprovisione especialmente la cuenta de desarrollador, se producirá un error en las llamadas a estas API en tiempo de ejecución.

Se aplica a