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
指示可应用的最大收缩因子。
要求
要求 | 价值 |
---|---|
标头 | d3dkmddi.h |