dawn-cmake/test/intrinsics/gen/fwidth/5d1b39.wgsl.expected.glsl

17 lines
204 B
GLSL

#version 310 es
precision mediump float;
void fwidth_5d1b39() {
vec3 res = fwidth(vec3(0.0f, 0.0f, 0.0f));
}
void fragment_main() {
fwidth_5d1b39();
return;
}
void main() {
fragment_main();
}