Sign in
dawn
/
dawn
/
7494e10f912c3856bc15078749ce800f4bd4e1e7
/
.
/
test
/
tint
/
ptr_ref
/
load
/
global
/
i32.spvasm.expected.dxc.hlsl
blob: 949fd0b2b3482a78e76f3c1e5548c161804ad393 [
file
] [
log
] [
blame
]
static
int
I
=
0
;
void
main_1
()
{
const
int
x_9
=
I
;
const
int
x_11
=
(
x_9
+
1
);
return
;
}
[
numthreads
(
1
,
1
,
1
)]
void
main
()
{
main_1
();
return
;
}