blob: c7af6b7f9b2fbf18a62a468908b81783c9b9a778 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
struct tint_module_vars_struct {
thread float2x3* v;
};
[[max_total_threads_per_threadgroup(1)]]
kernel void v_1() {
thread float2x3 v = float2x3(0.0f);
tint_module_vars_struct const tint_module_vars = tint_module_vars_struct{.v=(&v)};
}