Sign in
dawn
/
dawn
/
cfb9de24e17f7c24577e6acbbf39325deee3ca25
/
.
/
test
/
tint
/
statements
/
decrement
/
function.wgsl.expected.msl
blob: 70322d7908e86861452ea25a487a510568f7db64 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
kernel
void
v
()
{
int
i
=
0
;
i
=
as_type
<int>
((
as_type
<uint>
(
i
)
-
as_type
<uint>
(
1
)));
}