Table of Contents

Class ElementBufferI32

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

source int[]
copy bool

ElementBufferI32(ReadOnlySpan<int>)

public ElementBufferI32(ReadOnlySpan<int> source)

Parameters

source ReadOnlySpan<int>

Properties

Type

public override ElementBufferType Type { get; }

Property Value

ElementBufferType