dawn-cmake/test/tint/builtins/gen/literal/fwidthFine/f1742d.wgsl.expected.msl

13 lines
174 B
Plaintext

#include <metal_stdlib>
using namespace metal;
void fwidthFine_f1742d() {
float res = fwidth(1.0f);
}
fragment void fragment_main() {
fwidthFine_f1742d();
return;
}