Search Results for

    Show / Hide Table of Contents

    Class GLUniformBufferEmulation

    UBO emulation structure.

    Inheritance
    object
    GLUniformBufferEmulation
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Evergine.OpenGL
    Assembly: Evergine.OpenGL.dll
    Syntax
    public class GLUniformBufferEmulation

    Fields

    Slot

    The buffer slot.

    Declaration
    public int Slot
    Field Value
    Type Description
    int

    Uniforms

    The uniforms array.

    Declaration
    public FastList<GLUniformBinding> Uniforms
    Field Value
    Type Description
    FastList<GLUniformBinding>

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In This Article
    Back to top
    Generated by DocFX