Skip to main content

GPUBlendOperation

type alias GPUBlendOperation

Definition Jump to heading

"add"
| "subtract"
| "reverse-subtract"
| "min"
| "max"
Back to top