Sign in
dawn
/
dawn
/
e8dd681f1954bc3c780a887e4a0d87c9d1621369
/
.
/
test
/
tint
/
ptr_ref
/
store
/
global
/
i32.wgsl.expected.dxc.hlsl
blob: 5ee58400f9f56489aff181bc5241b342baf00210 [
file
] [
log
] [
blame
]
static
int
I
=
0
;
[
numthreads
(
1
,
1
,
1
)]
void
main
()
{
I
=
123
;
I
=
123
;
return
;
}