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