Table of Contents

Enum BlendFunction

Namespace
NeoVeldrid
Assembly
NeoVeldrid.dll

Controls how the source and destination factors are combined in a blend operation.

public enum BlendFunction : byte

Fields

Add = 0

Source and destination are added.

Maximum = 4

The maximum of source and destination is selected.

Minimum = 3

The minimum of source and destination is selected.

ReverseSubtract = 2

Source is subtracted from destination.

Subtract = 1

Destination is subtracted from source.