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