DXGKARG_GETPOSTCOMPOSITIONCAPS structure (d3dkmddi.h)
Arguments for the DxgkDdiGetPostCompositionCaps function.
Syntax
typedef struct _DXGKARG_GETPOSTCOMPOSITIONCAPS {
D3DDDI_VIDEO_PRESENT_SOURCE_ID VidPnSourceId;
float MaxStretchFactor;
float MaxShrinkFactor;
} DXGKARG_GETPOSTCOMPOSITIONCAPS;
Members
VidPnSourceId
[in] Indicates the VidPn source for which post composition capabilities are queried.
MaxStretchFactor
[out] Indicates the maximum stretch factor that can be applied.
MaxShrinkFactor
[out] Indicates the maximum shrink factor that can be applied.
Requirements
Header | d3dkmddi.h |