Struct ElementBufferEx
- Namespace
- ReFuel.Graphics
- Assembly
- ReFuel.dll
public readonly record struct ElementBufferEx : IEquatable<ElementBufferEx>
- Implements
-
- Inherited Members
-
Constructors
ElementBufferEx(ElementBufferType, BufferResource?, int)
public ElementBufferEx(ElementBufferType Type, BufferResource? Buffer = null, int Offset = 0)
Parameters
Type
ElementBufferType
Buffer
BufferResource
Offset
int
Fields
Counter
public static readonly ElementBufferEx Counter
Field Value
- ElementBufferEx
Properties
Buffer
public BufferResource? Buffer { get; init; }
Property Value
- BufferResource
IsCounter
public bool IsCounter { get; }
Property Value
- bool
Offset
public int Offset { get; init; }
Property Value
- int
Type
public ElementBufferType Type { get; init; }
Property Value
- ElementBufferType