Table of Contents

Struct ElementBufferInfo

Namespace
ReFuel.Graphics
Assembly
ReFuel.dll
[Obsolete("Use the new ElementBuffeEx record instead.")]
public readonly record struct ElementBufferInfo : IEquatable<ElementBufferInfo>
Implements
Inherited Members

Constructors

ElementBufferInfo(ElementBufferType, int)

public ElementBufferInfo(ElementBufferType Type, int Offset)

Parameters

Type ElementBufferType
Offset int

Properties

Offset

public int Offset { get; init; }

Property Value

int

Type

public ElementBufferType Type { get; init; }

Property Value

ElementBufferType