Sign in
dawn
/
dawn
/
34a321b6599fa7ef366b9504267ee582ae5ba1b9
/
.
/
test
/
tint
/
builtins
/
gen
/
literal
/
dpdy
/
7f8d84.wgsl.expected.ir.glsl
blob: 39e9e47df9185943276a15af3c0e0566b490afd9 [
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
();
}