dawn-cmake/test/intrinsics/gen/textureNumLayers/ab0c9b.wgsl.expected.msl

33 lines
523 B
Plaintext
Raw Normal View History

SKIP: FAILED
Validation Failure:
#include <metal_stdlib>
using namespace metal;
void textureNumLayers_ab0c9b() {
int res = int(arg_0.get_array_size());
}
vertex void vertex_main() {
textureNumLayers_ab0c9b();
return;
}
fragment void fragment_main() {
textureNumLayers_ab0c9b();
return;
}
kernel void compute_main() {
textureNumLayers_ab0c9b();
return;
}
tint_3mx4mu.metal:5:17: error: use of undeclared identifier 'arg_0'
int res = int(arg_0.get_array_size());
^
1 error generated.