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