Sign in
dawn
/
dawn
/
669e15e1390960b58a705fa2116c36c868730ef3
/
.
/
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
;
}