blob: 5db01bc4f77aae5971ab05960457608b33dccba8 [file] [log] [blame]
SKIP: FAILED
Validation Failure:
#include <metal_stdlib>
using namespace metal;
void textureStore_6b80d2() {
arg_0.write(int4(), 1);
}
vertex void vertex_main() {
textureStore_6b80d2();
return;
}
fragment void fragment_main() {
textureStore_6b80d2();
return;
}
kernel void compute_main() {
textureStore_6b80d2();
return;
}
tint_GXJj7s.metal:5:3: error: use of undeclared identifier 'arg_0'
arg_0.write(int4(), 1);
^
1 error generated.