Search Results for

    Show / Hide Table of Contents

    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

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat