Sign in
dawn
/
dawn
/
27049a7351b60a5b49fe3142ac7b99ad604e32d6
/
.
/
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
();
}