dawn-cmake/test/intrinsics/gen/smoothStep/658be3.wgsl.expected.msl

28 lines
462 B
Plaintext
Raw Normal View History

#include <metal_stdlib>
using namespace metal;
struct tint_symbol {
float4 value [[position]];
};
void smoothStep_658be3() {
float3 res = smoothstep(float3(), float3(), float3());
}
vertex tint_symbol vertex_main() {
smoothStep_658be3();
tint_symbol const tint_symbol_1 = {.value=float4()};
return tint_symbol_1;
}
fragment void fragment_main() {
smoothStep_658be3();
return;
}
kernel void compute_main() {
smoothStep_658be3();
return;
}