D3D12DDI_VIDEO_PROCESS_PALETTE_0020 - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3d12umddi.h

typedef struct D3D12DDI_VIDEO_PROCESS_PALETTE_0020 {
  BOOL Enable;
  UINT NumEntries;
  UINT *pEntries;
} D3D12DDI_VIDEO_PROCESS_PALETTE_0020;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3d12umddi-d3d12ddi_video_process_palette_0020)

D3D12DDI_VIDEO_PROCESS_PALETTE_0020 structure

Description

Specifies whether the palette is enabled and an array of palette entries.

Members

Enable

Whether palette is enabled.

NumEntries

The number of elements in the pEntries array.

pEntries

A pointer to an array of palette entries. For RGB streams, the palette entries use the DXGI_FORMAT_B8G8R8A8 representation. For YCbCr streams, the palette entries use the DXGI_FORMAT_AYUV representation. For more information, see the DXGI_FORMAT enumeration. The caller allocates the array.

See also

DXGI_FORMAT