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