And in my experience with AI doing personal projects, 10x as fast probably understates it by at least an order of magnitude.
"WGPUColorWriteMask_Alpha|WGPUColorWriteMask_Blue" creates a number with both the alpha and blue bits set, then "mask &" (that number) ands the mask with that number in which both bits are set, so it'll only return true…
And in my experience with AI doing personal projects, 10x as fast probably understates it by at least an order of magnitude.
"WGPUColorWriteMask_Alpha|WGPUColorWriteMask_Blue" creates a number with both the alpha and blue bits set, then "mask &" (that number) ands the mask with that number in which both bits are set, so it'll only return true…