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