Table of Contents

Class IndexBufferBinding

Namespace
Stride.Graphics
Assembly
Stride.Graphics.dll
[DataSerializer(typeof(IndexBufferBinding.Serializer))]
public class IndexBufferBinding
Inheritance
IndexBufferBinding
Extension Methods

Constructors

IndexBufferBinding(Buffer, bool, int, int)

public IndexBufferBinding(Buffer indexBuffer, bool is32Bit, int count, int indexOffset = 0)

Parameters

indexBuffer Buffer
is32Bit bool
count int
indexOffset int

Properties

Buffer

public Buffer Buffer { get; }

Property Value

Buffer

Count

public int Count { get; }

Property Value

int

Is32Bit

public bool Is32Bit { get; }

Property Value

bool

Offset

public int Offset { get; }

Property Value

int