dawn-cmake/test/tint/out_of_order_decls/func/var.wgsl.expected.msl

10 lines
140 B
Plaintext

#include <metal_stdlib>
using namespace metal;
fragment void f() {
thread int tint_symbol = 1;
int const b = tint_symbol;
return;
}