Sign in
dawn
/
dawn
/
1d94ba00a58affdc6fb2ee18cbb0234c8a2ee3c6
/
.
/
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
()
{
}