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

8 lines
81 B
Plaintext

#include <metal_stdlib>
using namespace metal;
fragment void f() {
return;
}