estrutura DXGI_DDI_ARG_PRESENTSURFACE (dxgiddi.h)
Descreve uma superfície a ser exibida.
Sintaxe
typedef struct DXGI_DDI_ARG_PRESENTSURFACE {
[in] DXGI_DDI_HRESOURCE hSurface;
UINT SubResourceIndex;
} DXGI_DDI_ARG_PRESENTSURFACE;
Membros
[in] hSurface
Um identificador para o recurso que contém a superfície.
SubResourceIndex
O índice baseado em zero no recurso, que o identificador no hSurface membro especifica. O índice SubResourceIndex indica a superfície.
Requisitos
Requisito | Valor |
---|---|
de cliente com suporte mínimo | Windows 8.1, WDDM 1.3 e posterior |
servidor com suporte mínimo | Windows Server 2012 R2 |
cabeçalho | dxgiddi.h (inclua D3d10umddi.h) |