Skip to main content

Module compare_function

Module compare_function 

Source
Expand description

Re-exports the Metal framework surface for this item. MTLCompareFunction enum values.

Constants§

ALWAYS
Mirrors the Metal framework constant ALWAYS.
EQUAL
Mirrors the Metal framework constant EQUAL.
GREATER
Mirrors the Metal framework constant GREATER.
GREATER_EQUAL
Mirrors the Metal framework constant GREATER_EQUAL.
LESS
Mirrors the Metal framework constant LESS.
LESS_EQUAL
Mirrors the Metal framework constant LESS_EQUAL.
NEVER
Mirrors the Metal framework constant NEVER.
NOT_EQUAL
Mirrors the Metal framework constant NOT_EQUAL.