Sign in
◑
Theme
dawn
/
dawn
/
ab7c8f170cc62b2a9f0ca71609f812ebea4fa5db
/
.
/
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
();
}