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