Table of Contents

Class ElementBufferI16

Namespace
ReFuel.Graphics
Assembly
ReFuel.dll
[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

source short[]
copy bool

ElementBufferI16(ReadOnlySpan<short>)

public ElementBufferI16(ReadOnlySpan<short> source)

Parameters

source ReadOnlySpan<short>

Properties

Type

public override ElementBufferType Type { get; }

Property Value

ElementBufferType