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