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