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