Table of Contents

Interface IVertexExtraBufferModel

Namespace
HelixToolkit.SharpDX
Assembly
HelixToolkit.SharpDX.dll
public interface IVertexExtraBufferModel : IGUID, IDisposable
Inherited Members

Properties

Buffer

Gets the buffer.

IElementsBufferProxy? Buffer { get; }

Property Value

IElementsBufferProxy

The buffer.

Changed

Gets a value indicating whether this IVertexExtraBufferModel is changed.

bool Changed { get; }

Property Value

bool

true if changed; otherwise, false.

Initialized

Gets a value indicating whether this IVertexExtraBufferModel is initialized.

bool Initialized { get; }

Property Value

bool

true if initialized; otherwise, false.

Methods

AttachBuffer(DeviceContextProxy, ref int)

Attaches the buffer.

void AttachBuffer(DeviceContextProxy context, ref int vertexBufferStartSlot)

Parameters

context DeviceContextProxy

The context.

vertexBufferStartSlot int

The vertex buffer slot. Returns the next available slot after binding

Initialize()

Initializes this instance.

void Initialize()