Compartir a través de


GameModeConfiguration.PercentGpuMemoryAllocatedToSystemCompositor Propiedad

Definición

Porcentaje de memoria de GPU que se dedicará al compositor del sistema cuando se habilite el modo de juego.

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

void PercentGpuMemoryAllocatedToSystemCompositor(IReference<int> value);
public System.Nullable<int> PercentGpuMemoryAllocatedToSystemCompositor { get; set; }
var iReference = gameModeConfiguration.percentGpuMemoryAllocatedToSystemCompositor;
gameModeConfiguration.percentGpuMemoryAllocatedToSystemCompositor = iReference;
Public Property PercentGpuMemoryAllocatedToSystemCompositor 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