GameModeConfiguration.PercentGpuTimeAllocatedToGame プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ゲーム モードが有効になっている場合にゲーム専用になる GPU 時間の割合。
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)
プロパティ値
Windows の要件
アプリの機能 |
gameList
|
注釈
この API は、すべてのアプリで使用できるわけではありません。 開発者アカウントが Microsoft によって特別にプロビジョニングされていない限り、これらの API の呼び出しは実行時に失敗します。