Struct AttributeAccessor<T>
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
nintsize
longattrib
VertexAttribute
Properties
this[int]
public ref T this[int i] { get; }
Parameters
i
int
Property Value
- T