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