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