Table of Contents

Struct VertexDrawBuffer

Namespace
ValveResourceFormat.Renderer
Assembly
Renderer.dll

Vertex buffer binding with stride and attribute layout.

public readonly struct VertexDrawBuffer

Inherited Members

Properties

ElementSizeInBytes

public uint ElementSizeInBytes { get; init; }

Property Value

uint

Handle

public int Handle { get; init; }

Property Value

int

InputLayoutFields

public VBIB.RenderInputLayoutField[] InputLayoutFields { get; init; }

Property Value

VBIB.RenderInputLayoutField[]

Offset

public uint Offset { get; init; }

Property Value

uint