Sign in
dawn
/
dawn
/
5ee58b60a845f5bd11c843926495e650b8cbb118
/
.
/
test
/
tint
/
shader_io
/
compute_workgroup_expression.wgsl.expected.wgsl
blob: 1bd5a1531a3294dfc2d59be01477a8d45bab8a3a [
file
] [
log
] [
blame
]
const
x_dim
=
2
;
@compute
@workgroup_size
((
1
+
2
),
x_dim
,
clamp
(((
1
-
2
)
+
4
),
0
,
5
))
fn main
()
{
}