DXGKARG_GETPOSTCOMPOSITIONCAPS 结构 (d3dkmddi.h)
DxgkDdiGetPostCompositionCaps 函数的参数。
语法
typedef struct _DXGKARG_GETPOSTCOMPOSITIONCAPS {
[in] D3DDDI_VIDEO_PRESENT_SOURCE_ID VidPnSourceId;
[out] float MaxStretchFactor;
[out] float MaxShrinkFactor;
} DXGKARG_GETPOSTCOMPOSITIONCAPS;
成员
[in] VidPnSourceId
指示查询其撰写后功能的 VidPn 源。
[out] MaxStretchFactor
指示可以应用的最大拉伸因子。
[out] MaxShrinkFactor
指示可以应用的最大收缩因子。
要求
要求 | 值 |
---|---|
Header | d3dkmddi.h |