Sign in
dawn
/
dawn
/
7143450998c72258f994acea688164f2fa1ff3eb
/
.
/
test
/
tint
/
samples
/
function.wgsl.expected.wgsl
blob: 23b97bba60929c99ae53f03bfd391741e5289ff3 [
file
] [
log
] [
blame
]
fn main
()
->
f32
{
return
(((
2.0
*
3.0
)
-
4.0
)
/
5.0
);
}
@compute
@workgroup_size
(
2
)
fn ep
()
{
}