Class ElementBufferI16
[Obsolete("Use the new BufferResource API instead.")]
public sealed class ElementBufferI16 : ElementBuffer<short>, IDisposable
- Inheritance
-
ElementBufferI16
- Implements
- Inherited Members
Constructors
ElementBufferI16()
public ElementBufferI16()
ElementBufferI16(short[], bool)
public ElementBufferI16(short[] source, bool copy = false)
Parameters
ElementBufferI16(ReadOnlySpan<short>)
public ElementBufferI16(ReadOnlySpan<short> source)
Parameters
source
ReadOnlySpan<short>
Properties
Type
public override ElementBufferType Type { get; }