Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the scaling capabilities of the video scaler.
Syntax
typedef enum D3D12_VIDEO_SCALE_SUPPORT_FLAGS {
D3D12_VIDEO_SCALE_SUPPORT_FLAG_NONE,
D3D12_VIDEO_SCALE_SUPPORT_FLAG_POW2_ONLY,
D3D12_VIDEO_SCALE_SUPPORT_FLAG_EVEN_DIMENSIONS_ONLY
} ;
Constants
D3D12_VIDEO_SCALE_SUPPORT_FLAG_NONE All possible output size width/height combinations that exist between the maximum size and minimum size for the extent, inclusive, are supported. |
D3D12_VIDEO_SCALE_SUPPORT_FLAG_POW2_ONLY The scaler only supports output sizes at a power of two scale factors within the range. The x and y scale factors must be the same for both dimensions when this flag is set. |
D3D12_VIDEO_SCALE_SUPPORT_FLAG_EVEN_DIMENSIONS_ONLY The scaler only supports output sizes with even output dimensions. |
Requirements
Requirement | Value |
---|---|
Header | d3d12video.h |