Table of Contents

Struct VBIB.OnDiskBufferData

Namespace
ValveResourceFormat.Blocks
Assembly
ValveResourceFormat.dll

Represents buffer data stored on disk.

public struct VBIB.OnDiskBufferData

Inherited Members

Fields

Data

Raw buffer data.

public byte[] Data

Field Value

byte[]

ElementCount

Number of elements in the buffer.

public uint ElementCount

Field Value

uint

ElementSizeInBytes

Size of each element in bytes. For vertex buffers, this is the stride. For index buffers, this is the type size.

public uint ElementSizeInBytes

Field Value

uint

InputLayoutFields

Input layout fields describing vertex attributes. Empty for index buffers.

public VBIB.RenderInputLayoutField[] InputLayoutFields

Field Value

VBIB.RenderInputLayoutField[]