D3D12DDI_RECORD_DISPATCH_GRID_0108 - NtDoc

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

typedef struct D3D12DDI_RECORD_DISPATCH_GRID_0108 {
  UINT16 ByteOffset;
  UINT8  NumComponents;
  BOOL   b16BitsPerComponent;
} D3D12DDI_RECORD_DISPATCH_GRID_0108;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

The D3D12DDI_RECORD_DISPATCH_GRID_0108 structure describes the SV_DispatchGrid field in a record.

Members

ByteOffset

Byte offset of SV_DispatchGrid in the record.

NumComponents

Number of components in SV_DispatchGrid, [1...3]

b16BitsPerComponent

If TRUE, the components in SV_DispatchGrid are uint16, else uint32.

Remarks

For more information, see Work graphs.

See also

D3D12DDI_BROADCASTING_LAUNCH_NODE_PROPERTIES_0108

D3D12DDI_NODE_OUTPUT_0108