dawn-cmake/test/tint/builtins/gen/literal/fwidthCoarse/4e4fc4.wgsl.expected.msl

13 lines
187 B
Plaintext

#include <metal_stdlib>
using namespace metal;
void fwidthCoarse_4e4fc4() {
float4 res = fwidth(float4(0.0f));
}
fragment void fragment_main() {
fwidthCoarse_4e4fc4();
return;
}