dawn-cmake/test/ptr_ref/copy/ptr_copy.spvasm.expected.msl

16 lines
216 B
Plaintext
Raw Normal View History

#include <metal_stdlib>
using namespace metal;
void main_1() {
uint x_10 = 0u;
thread uint* const x_1 = &(x_10);
thread uint* const x_2 = x_1;
return;
}
kernel void tint_symbol() {
main_1();
return;
}