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