Sign in
dawn
/
dawn
/
61959f7834e097daeff21407b5a9316b60ea028f
/
.
/
test
/
tint
/
builtins
/
gen
/
var
/
dpdy
/
699a05.wgsl.expected.ir.glsl
blob: f2c640f8b698c4493e2cb985ac9a16c0644ff5c1 [
file
] [
log
] [
blame
]
#version 310 es
precision highp
float
;
precision highp
int
;
vec4 prevent_dce
;
vec4 dpdy_699a05
()
{
vec4 arg_0
=
vec4
(
1.0f
);
vec4 res
=
dFdy
(
arg_0
);
return
res
;
}
void
main
()
{
prevent_dce
=
dpdy_699a05
();
}