Sign in
dawn
/
dawn
/
3d64565e2eb8fe4a377b18e288edac70d28d586f
/
.
/
test
/
tint
/
samples
/
function.wgsl.expected.wgsl
blob: dacc7d1e019f937b1d196e86b391122caf359887 [
file
] [
log
] [
blame
]
fn main
()
->
f32
{
return
(((
2.0
*
3.0
)
-
4.0
)
/
5.0
);
}
@compute
@workgroup_size
(
2
)
fn ep
()
{
let
a
=
main
();
}