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.
Defines the combination of a pixel format and color space for a resource content description.
Syntax
typedef struct D3D12_VIDEO_FORMAT {
DXGI_FORMAT Format;
DXGI_COLOR_SPACE_TYPE ColorSpace;
} D3D12_VIDEO_FORMAT;
Members
Format
A value from the DXGI_FORMAT enumeration, specifying the DXGI format of the data.
ColorSpace
A value from the DXGI_COLOR_SPACE_TYPE enumeration, specifying the color space of the data.
Requirements
Requirement | Value |
---|---|
Header | d3d12video.h |