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
trueif changed; otherwise,false.
Initialized
Gets a value indicating whether this IVertexExtraBufferModel is initialized.
bool Initialized { get; }
Property Value
- bool
trueif initialized; otherwise,false.
Methods
AttachBuffer(DeviceContextProxy, ref int)
Attaches the buffer.
void AttachBuffer(DeviceContextProxy context, ref int vertexBufferStartSlot)
Parameters
contextDeviceContextProxyThe context.
vertexBufferStartSlotintThe vertex buffer slot. Returns the next available slot after binding
Initialize()
Initializes this instance.
void Initialize()