Table of Contents

Struct IndirectDispatchArguments

Namespace
NeoVeldrid
Assembly
NeoVeldrid.dll

A structure describing the format expected by indirect dispatch commands contained in an indirect DeviceBuffer.

public struct IndirectDispatchArguments
Inherited Members

Fields

GroupCountX

The X group count, as if passed to the Dispatch(uint, uint, uint) method.

public uint GroupCountX

Field Value

uint

GroupCountY

The Y group count, as if passed to the Dispatch(uint, uint, uint) method.

public uint GroupCountY

Field Value

uint

GroupCountZ

The Z group count, as if passed to the Dispatch(uint, uint, uint) method.

public uint GroupCountZ

Field Value

uint