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