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