Skip to content

Documentation / base / DepthCompareFunc

Type Alias: DepthCompareFunc

DepthCompareFunc = "lt" | "le" | "gt" | "ge"

Defined in: libs/base/src/zconvention.ts:34

Depth comparison directions expressed as the engine's CompareFunc string values (structurally compatible with @zephyr3d/device).

Released under the MIT License.