Search Results for

    Show / Hide Table of Contents

    Struct GLUniformBinding

    Uniform updater helper class.

    Namespace: Evergine.OpenGL
    Assembly: Evergine.OpenGL.dll
    Syntax
    public struct GLUniformBinding

    Fields

    ArrayCount

    The array count.

    Declaration
    public int ArrayCount
    Field Value
    Type Description
    int

    CBufferSlot

    The Constant buffer slot.

    Declaration
    public int CBufferSlot
    Field Value
    Type Description
    int

    Location

    The uniform location.

    Declaration
    public int Location
    Field Value
    Type Description
    int

    Offset

    The parameter offset.

    Declaration
    public int Offset
    Field Value
    Type Description
    int

    Updater

    The Uniform updater.

    Declaration
    public GLUniformUpdaterDelegate Updater
    Field Value
    Type Description
    GLUniformUpdaterDelegate

    Methods

    SetUniform(long)

    Set the uniform data.

    Declaration
    public void SetUniform(long dataPtr)
    Parameters
    Type Name Description
    long dataPtr

    The data ptr.

    Extension Methods

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