Namespace: Comparison

Comparison

Comparison represents comparison modes used in depth tests, stencil tests, etc

Properties:
Name Type Description
DISABLED

The given test is disabled.

ALWAYS

The given test always succeeds.

NEVER

The given test never succeeds.

LESS

Less than

EQUAL

Equal

LESS_EQUAL

Less than or equal

GREATER

Greater than.

GREATER_EQUAL

Greater than or equal.

NOT_EQUAL

Not equal.