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