blob: 3af5b1a1fb55ae42d3bd2b27ab1ceeaeb117ae12 [file] [log] [blame]
SKIP: FAILED
Validation Failure:
#include <metal_stdlib>
using namespace metal;
void textureLoad_d5c48d() {
float4 res = arg_0.read(int2());
}
vertex void vertex_main() {
textureLoad_d5c48d();
return;
}
fragment void fragment_main() {
textureLoad_d5c48d();
return;
}
kernel void compute_main() {
textureLoad_d5c48d();
return;
}
tint_caH8d9.metal:5:16: error: use of undeclared identifier 'arg_0'
float4 res = arg_0.read(int2());
^
1 error generated.