dawn-cmake/test/intrinsics/gen/isNormal/863dcd.wgsl.expected.msl

28 lines
431 B
Plaintext
Raw Normal View History

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