Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration CompareFunction

Index

Enumeration Members

Always: number

always pass.

Equal: number

pass if the incoming value equals the depth/stencil buffer value.

Greater: number

pass if the incoming value is greater than the depth/stencil buffer value.

GreaterEqual: number

pass if the incoming value is greater than or equal to the depth/stencil buffer value.

Less: number

pass if the incoming value is less than the depth/stencil buffer value.

LessEqual: number

pass if the incoming value is less than or equal to the depth/stencil buffer value.

Never: number

never pass.

NotEqual: number

pass if the incoming value is not equal to the depth/stencil buffer value.

Generated using TypeDoc