Sign in
◑
Theme
dawn
/
tint
/
46647f1c13338967c9b34c47a8c89cf68f25a009
/
.
/
test
/
ptr_ref
/
store
/
global
/
i32.wgsl
blob: 3a5c72eb6679713338b24e0d8696a476a652a010 [
file
]
var
<private>
I
:
i32
;
@stage
(
compute
)
@workgroup_size
(
1
)
fn main
()
{
I
=
123
;
// constant
I
=
100
+
20
+
3
;
// dynamic
}