// 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 referenceNo description available.
Defines a swizzle bit entry.
ValidA valid value.
ChannelIndexThe channel index. Specify zero (0) for X, one (1) for Y, two (2) for Z, and three (3) for SS.
SourceBitIndexIndex of source bit address.