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