Struct IndexDrawBuffer ​
Namespace: ValveResourceFormat.Renderer
Assembly: Renderer.dll
Index buffer binding for draw calls.
csharp
public readonly struct IndexDrawBufferProperties ​
Handle ​
Gets the OpenGL buffer object handle.
csharp
public int Handle { get; init; }Property Value ​
Offset ​
Gets the byte offset within the buffer.
csharp
public uint Offset { get; init; }
