Struct VBIB.OnDiskBufferData
- Namespace
- ValveResourceFormat.Blocks
- Assembly
- ValveResourceFormat.dll
Represents buffer data stored on disk.
public struct VBIB.OnDiskBufferDataInherited Members
Fields
Data
Raw buffer data.
public byte[] DataField Value
- byte[]
ElementCount
Number of elements in the buffer.
public uint ElementCountField Value
ElementSizeInBytes
Size of each element in bytes. For vertex buffers, this is the stride. For index buffers, this is the type size.
public uint ElementSizeInBytesField Value
InputLayoutFields
Input layout fields describing vertex attributes. Empty for index buffers.
public VBIB.RenderInputLayoutField[] InputLayoutFields