Interface IBuffer

IBuffer interface

The base interface of all managed buffers used in rendering

public interface IBuffer : IDisposable

Properties

NameDescription
Size { get; }Size of this buffer in bytes

Methods

NameDescription
LoadData(byte[])Load the data into current buffer

See Also