You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
They assume the pointer argument points to an even-numbered index into a half array. That's why they can get away with casting out to pointer-to-int and then using the GLSL std 450 half-packing instruction.
The vstore_half implementation assumes there is no contention for the word we're storing into. This can be fixed with a retry loop around the atomic_xor trick.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: