blob: b0e3ec01a60dd7b1cfb4750a8dd786d0597c398d [file] [log] [blame]
SKIP: FAILED
Validation Failure:
#include <metal_stdlib>
using namespace metal;
void textureLoad_5bb7fb() {
uint4 res = arg_0.read(1);
}
vertex void vertex_main() {
textureLoad_5bb7fb();
return;
}
fragment void fragment_main() {
textureLoad_5bb7fb();
return;
}
kernel void compute_main() {
textureLoad_5bb7fb();
return;
}
tint_7znWmf.metal:5:15: error: use of undeclared identifier 'arg_0'
uint4 res = arg_0.read(1);
^
1 error generated.