Type Alias GPUBlendOperation

    GPUBlendOperation:
        | "add"
        | "subtract"
        | "reverse-subtract"
        | "min"
        | "max"