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