Table of Contents

Enum InputClassification

Namespace
Stride.Graphics
Assembly
Stride.Graphics.dll

Specifies whether the data of a Input Element is per-vertex or per-instance.

public enum InputClassification
Extension Methods

Fields

Instance = 1

The data is per-instance, meaning it represents information about a particular geometry instance in an instancing scenario.

Vertex = 0

The data is per-vertex, meaning it represents a standard vertex attribute.