Skip to main content

GPUCompareFunction

type alias GPUCompareFunction

Definition Jump to heading

"never"
| "less"
| "equal"
| "less-equal"
| "greater"
| "not-equal"
| "greater-equal"
| "always"
Back to top