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