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