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