GameModeConfiguration.PercentGpuTimeAllocatedToGame Property

Definition

The percentage of GPU time that will be dedicated to the game when Game Mode is enabled.

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)

Property Value

Windows requirements

App capabilities
gameList

Remarks

This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.

Applies to