blob: 74b7c3bdbea6bb364fc2d6da953a5ca54778ada3 [file] [log] [blame]
#version 440
void main() {
uint a = 5;
atomicAdd(a * 2, 0);
atomicAdd(a, 0);
}