Sign in
dawn
/
dawn
/
97b98619e818b2cd8896ca4b2b15e3cb902bdcd4
/
.
/
test
/
tint
/
statements
/
decrement
/
function.wgsl.expected.msl
blob: b91e30a952c6821bdef28d00acb7dd38d78d746a [
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
)));
}