Search Results for

    Show / Hide Table of Contents

    Struct IndirectDispatchArgs

    Struct representing the indirect dispatching of a Command Buffer.

    Namespace: Evergine.Common.Graphics
    Assembly: Evergine.Common.dll
    Syntax
    public struct IndirectDispatchArgs

    Constructors

    IndirectDispatchArgs(uint, uint, uint)

    Initializes a new instance of the IndirectDispatchArgs struct.

    Declaration
    public IndirectDispatchArgs(uint threadGroupCountX, uint threadGroupCountY, uint threadGroupCountZ)
    Parameters
    Type Name Description
    uint threadGroupCountX

    The thread group count X size.

    uint threadGroupCountY

    The thread group count Y size.

    uint threadGroupCountZ

    The thread group count Z size.

    Fields

    ThreadGroupCountX

    The thread group X size.

    Declaration
    public uint ThreadGroupCountX
    Field Value
    Type Description
    uint

    ThreadGroupCountY

    The thread group Y size.

    Declaration
    public uint ThreadGroupCountY
    Field Value
    Type Description
    uint

    ThreadGroupCountZ

    The thread group Z-size.

    Declaration
    public uint ThreadGroupCountZ
    Field Value
    Type Description
    uint

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX