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