Search Results for

    Show / Hide Table of Contents

    Class BufferContent

    The buffer content.

    Inheritance
    object
    DisposableObject
    BufferContent
    Implements
    IDisposable
    Inherited Members
    DisposableObject.Disposed
    DisposableObject.Dispose()
    DisposableObject.Dispose(bool)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Evergine.Framework.Graphics
    Assembly: Evergine.Framework.dll
    Syntax
    public class BufferContent : DisposableObject, IDisposable

    Constructors

    BufferContent(Guid, IntPtr, uint)

    Initializes a new instance of the BufferContent class.

    Declaration
    public BufferContent(Guid id, IntPtr data, uint size)
    Parameters
    Type Name Description
    Guid id

    The buffer id.

    IntPtr data

    The data pointer.

    uint size

    The size of the buffer.

    Properties

    Data

    Gets the Data pointer.

    Declaration
    public IntPtr Data { get; }
    Property Value
    Type Description
    IntPtr

    Id

    Gets the Buffer Id.

    Declaration
    public Guid Id { get; }
    Property Value
    Type Description
    Guid

    Size

    Gets the buffer size.

    Declaration
    public uint Size { get; }
    Property Value
    Type Description
    uint

    Methods

    Destroy()

    Destroy all resources of this instance.

    Declaration
    protected override void Destroy()
    Overrides
    DisposableObject.Destroy()

    Implements

    IDisposable

    Extension Methods

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