Table of Contents

Struct AttributeAccessor<T>

Namespace
ReFuel.Graphics
Assembly
ReFuel.dll
public ref struct AttributeAccessor<T> where T : unmanaged

Type Parameters

T
Inherited Members

Constructors

AttributeAccessor(nint, long, VertexAttribute)

public AttributeAccessor(nint basePtr, long size, VertexAttribute attrib)

Parameters

basePtr nint
size long
attrib VertexAttribute

Properties

this[int]

public ref T this[int i] { get; }

Parameters

i int

Property Value

T