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 |