Table of Contents

Enum InterpolationMode

Namespace
Xui.GPU.IR
Assembly
Xui.Core.dll

Interpolation mode for varyings.

public enum InterpolationMode

Fields

Flat = 1

No interpolation; value is constant across the primitive.

Linear = 0

Linear interpolation without perspective correction.

Perspective = 2

Perspective-correct interpolation (default).