blob: d91c03d3a607e89d05155ea2927c758f648c6f65 [file] [log] [blame]
SKIP: FAILED
Validation Failure:
#include <metal_stdlib>
using namespace metal;
void textureSample_7e9ffd() {
float res = arg_0.sample(arg_1, float2(), 1);
}
fragment void fragment_main() {
textureSample_7e9ffd();
return;
}
tint_RtNcbu.metal:5:15: error: use of undeclared identifier 'arg_0'
float res = arg_0.sample(arg_1, float2(), 1);
^
tint_RtNcbu.metal:5:28: error: use of undeclared identifier 'arg_1'
float res = arg_0.sample(arg_1, float2(), 1);
^
2 errors generated.