dawn-cmake/test/intrinsics/gen/textureSampleBias/53b9f7.wgsl.expected.msl

26 lines
574 B
Plaintext
Raw Normal View History

SKIP: FAILED
Validation Failure:
#include <metal_stdlib>
using namespace metal;
void textureSampleBias_53b9f7() {
float4 res = arg_0.sample(arg_1, float3(), bias(1.0f));
}
fragment void fragment_main() {
textureSampleBias_53b9f7();
return;
}
tint_fXClsP.metal:5:16: error: use of undeclared identifier 'arg_0'
float4 res = arg_0.sample(arg_1, float3(), bias(1.0f));
^
tint_fXClsP.metal:5:29: error: use of undeclared identifier 'arg_1'
float4 res = arg_0.sample(arg_1, float3(), bias(1.0f));
^
2 errors generated.