Partager via


GameModeConfiguration.PercentGpuTimeAllocatedToGame Propriété

Définition

Pourcentage de temps gpu qui sera dédié au jeu lorsque le mode jeu est activé.

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)

Valeur de propriété

Configuration requise pour Windows

Fonctionnalités de l’application
gameList

Remarques

Cette API n’est pas disponible pour toutes les applications. Sauf si votre compte de développeur est spécialement approvisionné par Microsoft, les appels à ces API échouent au moment de l’exécution.

S’applique à