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