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

13 lines
224 B
Plaintext
Raw Normal View History

#include <metal_stdlib>
using namespace metal;
struct S {
/* 0x0000 */ int a;
};
kernel void tint_symbol(device S& v [[buffer(0)]]) {
int const use = as_type<int>((as_type<uint>(v.a) + as_type<uint>(1)));
return;
}