Search Results for

    Show / Hide Table of Contents

    Struct GPUDispatchIndirectArgs

    The GPU dispatch indirect command arguments data.

    Assembly: FlaxEngine.dll
    File: Engine/Graphics/GPUContext.h
    Syntax
    public struct GPUDispatchIndirectArgs

    Fields

    ThreadGroupCountX

    The X dimension of dispatch size.

    Declaration
    public uint32 ThreadGroupCountX
    Field Value
    uint32

    ThreadGroupCountY

    The Y dimension of dispatch size.

    Declaration
    public uint32 ThreadGroupCountY
    Field Value
    uint32

    ThreadGroupCountZ

    The Z dimension of dispatch size.

    Declaration
    public uint32 ThreadGroupCountZ
    Field Value
    uint32

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat