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