Search Results for

    Show / Hide Table of Contents

    Struct BatchedDrawCall

    Assembly: FlaxEngine.dll
    File: Engine/Renderer/RenderList.h
    Syntax
    public struct BatchedDrawCall

    Constructors

    BatchedDrawCall()

    Declaration
    public BatchedDrawCall()

    BatchedDrawCall(BatchedDrawCall&& other)

    Declaration
    public BatchedDrawCall(BatchedDrawCall&& other) noexcept
    Parameters
    BatchedDrawCall other

    BatchedDrawCall(RenderList* list)

    Declaration
    public BatchedDrawCall(RenderList* list)
    Parameters
    RenderList list

    Fields

    DrawCall

    Declaration
    public DrawCall DrawCall
    Field Value
    DrawCall

    Instances

    Declaration
    public Array<struct ShaderObjectData, ConcurrentArenaAllocation> Instances
    Field Value
    Array<struct ShaderObjectData, ConcurrentArenaAllocation>

    ObjectsStartIndex

    Declaration
    public uint16 ObjectsStartIndex = 0
    Field Value
    uint16

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