dawn-cmake/test/ptr_ref/load/local/ptr_workgroup.wgsl.expected...

11 lines
188 B
Plaintext
Raw Normal View History

#include <metal_stdlib>
using namespace metal;
kernel void tint_symbol() {
threadgroup int tint_symbol_1 = 0;
tint_symbol_1 = 123;
int const use = (tint_symbol_1 + 1);
return;
}