Search Results for

    Show / Hide Table of Contents

    Class CBufferEngineData

    Includes the constant buffer parameters that will be injected from Evergine ([Time], [World]...)

    Inheritance
    object
    CBufferEngineData
    Namespace: Evergine.Framework.Graphics.Effects
    Assembly: Evergine.Framework.dll
    Syntax
    public class CBufferEngineData

    Constructors

    CBufferEngineData(int)

    Initializes a new instance of the CBufferEngineData class.

    Declaration
    public CBufferEngineData(int slot)
    Parameters
    Type Name Description
    int slot

    Constant buffer slot.

    Fields

    FieldsData

    The field's data.

    Declaration
    public FastList<CBufferFieldEngineData> FieldsData
    Field Value
    Type Description
    FastList<CBufferFieldEngineData>

    Slot

    The slot.

    Declaration
    public int Slot
    Field Value
    Type Description
    int

    Extension Methods

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