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