enumeración D3D12_DOWNLEVEL_PRESENT_FLAGS
Marcas pasadas a la función ID3D12CommandQueueDownlevel::P resent para modificar el comportamiento.
Syntax
enum D3D12_DOWNLEVEL_PRESENT_FLAGS
{
D3D12_DOWNLEVEL_PRESENT_FLAG_NONE = 0,
D3D12_DOWNLEVEL_PRESENT_FLAG_WAIT_FOR_VBLANK = 1
};
Constantes
D3D12_DOWNLEVEL_PRESENT_FLAG_NONE
No hay opciones seleccionadas.
D3D12_DOWNLEVEL_PRESENT_FLAG_WAIT_FOR_VBLANK
La operación Present no se realizará hasta que se haya producido una VSync desde la última vez que presente.
Requisitos
Requisito | Value |
---|---|
Encabezado | d3d12downlevel.h |
Archivo DLL | D3D12.dll (solo Windows 7) |