Search Results for

    Show / Hide Table of Contents

    Class BufferInfo

    Buffer information.

    Inheritance
    object
    BufferInfo
    Namespace: Evergine.Runtimes.GLB
    Assembly: Evergine.Runtimes.GLB.dll
    Syntax
    public class BufferInfo

    Constructors

    BufferInfo(byte[])

    Initializes a new instance of the BufferInfo class.

    Declaration
    public BufferInfo(byte[] bufferBytes)
    Parameters
    Type Name Description
    byte[] bufferBytes

    The bytes.

    Fields

    bufferBytes

    Buffer bytes.

    Declaration
    public byte[] bufferBytes
    Field Value
    Type Description
    byte[]

    bufferHandle

    Buffer handle.

    Declaration
    public GCHandle bufferHandle
    Field Value
    Type Description
    GCHandle

    bufferPointer

    Buffer pointer.

    Declaration
    public nint bufferPointer
    Field Value
    Type Description
    nint

    Methods

    Dispose()

    Disposes of the resources.

    Declaration
    public void Dispose()

    Extension Methods

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