D3D12DDI_SWIZZLE_BIT_ENTRY - NtDoc

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

typedef struct D3D12DDI_SWIZZLE_BIT_ENTRY {
  UINT8 Valid : 1;
  UINT8 ChannelIndex : 2;
  UINT8 SourceBitIndex : 5;
} D3D12DDI_SWIZZLE_BIT_ENTRY;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

D3D12DDI_SWIZZLE_BIT_ENTRY structure

Description

Defines a swizzle bit entry.

Members

Valid

A valid value.

ChannelIndex

The channel index. Specify zero (0) for X, one (1) for Y, two (2) for Z, and three (3) for SS.

SourceBitIndex

Index of source bit address.