Sign in
dawn
/
dawn
/
3ddc07a18b8a22570ffe1e93f0a11d036462c192
/
.
/
test
/
tint
/
builtins
/
gen
/
literal
/
dpdy
/
7f8d84.wgsl.expected.glsl
blob: be429a2ceef9659cd198938d2b747a9ae37d130d [
file
] [
log
] [
blame
]
#version 310 es
precision highp
float
;
precision highp
int
;
layout
(
binding
=
0
,
std430
)
buffer prevent_dce_block_1_ssbo
{
float
inner
;
}
v
;
float
dpdy_7f8d84
()
{
float
res
=
dFdy
(
1.0f
);
return
res
;
}
void
main
()
{
v
.
inner
=
dpdy_7f8d84
();
}