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