Sign in
dawn
/
tint.git
/
cebbce059673a794b021afd5b83349a0be603e5c
/
.
/
test
/
samples
/
function.wgsl.expected.wgsl
blob: 4cd4fb6a8f43b018489dbce44f02a75a1d6e3233 [
file
]
fn main
()
->
f32
{
return
(((
2.0
*
3.0
)
-
4.0
)
/
5.0
);
}
[[
stage
(
compute
),
workgroup_size
(
2
)]]
fn ep
()
{
}