Sign in
dawn
/
dawn
/
main
/
.
/
test
/
tint
/
statements
/
decrement
/
split.wgsl.expected.msl
blob: 28ba3eb58ce9683c3037c60fba2e246f204c80a7 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
[[
max_total_threads_per_threadgroup
(
1
)]]
kernel
void
v
()
{
int
b
=
2
;
int
c
=
as_type
<int>
((
as_type
<uint>
(
b
)
-
as_type
<uint>
(
as_type
<int>
((~(
as_type
<uint>
(
b
))
+
1u
)))));
}