blob: 55c6228b0173ba2f64455fda69103f0bdc48a76a [file] [log] [blame]
SKIP: FAILED
Validation Failure:
#include <metal_stdlib>
using namespace metal;
void textureDimensions_318ecc() {
int res = int(arg_0.get_width());
}
vertex void vertex_main() {
textureDimensions_318ecc();
return;
}
fragment void fragment_main() {
textureDimensions_318ecc();
return;
}
kernel void compute_main() {
textureDimensions_318ecc();
return;
}
tint_G5ZUUJ.metal:5:17: error: use of undeclared identifier 'arg_0'
int res = int(arg_0.get_width());
^
1 error generated.