dawn-cmake/test/ptr_ref/load/local/ptr_private.wgsl.expected.msl

10 lines
162 B
Plaintext
Raw Normal View History

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