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