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