Sign in
dawn
/
dawn
/
c8dc12b4c838672cebd8f4192ca5e7ecf2955410
/
.
/
test
/
tint
/
statements
/
decrement
/
function.wgsl.expected.ir.dxc.hlsl
blob: 35b2fc282113c39e3e79029a7fa02cd365733283 [
file
] [
log
] [
blame
]
void
main
()
{
int
i
=
int
(
0
);
i
=
(
i
-
int
(
1
));
}
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
}