estructura DXGKARG_GETPOSTCOMPOSITIONCAPS (d3dkmddi.h)
Argumentos para la función DxgkDdiGetPostCompositionCaps.
Sintaxis
typedef struct _DXGKARG_GETPOSTCOMPOSITIONCAPS {
[in] D3DDDI_VIDEO_PRESENT_SOURCE_ID VidPnSourceId;
[out] float MaxStretchFactor;
[out] float MaxShrinkFactor;
} DXGKARG_GETPOSTCOMPOSITIONCAPS;
Miembros
[in] VidPnSourceId
Indica el origen vidPn para el que se consultan las funcionalidades de composición posteriores.
[out] MaxStretchFactor
Indica el factor de extensión máximo que se puede aplicar.
[out] MaxShrinkFactor
Indica el factor de reducción máximo que se puede aplicar.
Requisitos
Requisito | Valor |
---|---|
Header | d3dkmddi.h |