Table of Contents

Struct DrawElementsIndirectCommand

Namespace
ValveResourceFormat.Renderer.Buffers
Assembly
Renderer.dll
public readonly struct DrawElementsIndirectCommand

Inherited Members

Properties

BaseInstance

public uint BaseInstance { get; init; }

Property Value

uint

BaseVertex

public int BaseVertex { get; init; }

Property Value

int

Count

public uint Count { get; init; }

Property Value

uint

FirstIndex

public uint FirstIndex { get; init; }

Property Value

uint

InstanceCount

public uint InstanceCount { get; init; }

Property Value

uint