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