Search Results for

    Show / Hide Table of Contents

    Struct IndirectDispatchArgs

    Struct representing an indirect dispatch of a Command Buffer.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    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 X size.

    uint threadGroupCountY

    The thread group Y size.

    uint threadGroupCountZ

    The thread group 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