D3D12_VIDEO_FORMAT structure (d3d12video.h)

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