estrutura DXGKARG_GETPOSTCOMPOSITIONCAPS (d3dkmddi.h)
Argumentos para a função DxgkDdiGetPostCompositionCaps.
Sintaxe
typedef struct _DXGKARG_GETPOSTCOMPOSITIONCAPS {
[in] D3DDDI_VIDEO_PRESENT_SOURCE_ID VidPnSourceId;
[out] float MaxStretchFactor;
[out] float MaxShrinkFactor;
} DXGKARG_GETPOSTCOMPOSITIONCAPS;
Membros
[in] VidPnSourceId
Indica a fonte VidPn para a qual os recursos de pós-composição são consultados.
[out] MaxStretchFactor
Indica o fator de alongamento máximo que pode ser aplicado.
[out] MaxShrinkFactor
Indica o fator de redução máximo que pode ser aplicado.
Requisitos
Requisito | Valor |
---|---|
Cabeçalho | d3dkmddi.h |