Class GPUDispatchIndirectArgs
The GPU dispatch indirect command arguments data.
Inheritance
System.Object
GPUDispatchIndirectArgs
Namespace: FlaxEngine
Assembly: FlaxEngine.CSharp.dll
Syntax
[Unmanaged]
public sealed class GPUDispatchIndirectArgs : ValueType
Fields
ThreadGroupCountX
The X dimension of dispatch size.
Declaration
public uint ThreadGroupCountX
Field Value
System.UInt32
|
ThreadGroupCountY
The Y dimension of dispatch size.
Declaration
public uint ThreadGroupCountY
Field Value
System.UInt32
|
ThreadGroupCountZ
The Z dimension of dispatch size.
Declaration
public uint ThreadGroupCountZ
Field Value
System.UInt32
|
Properties
Default
The default GPUDispatchIndirectArgs.
Declaration
public static GPUDispatchIndirectArgs Default { get; }
Property Value
GPUDispatchIndirectArgs
|