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