Sign in
dawn
/
dawn.git
/
0d9a1c7b4e86bb74e4c6dbf78bf0d1facf2bc5fa
/
.
/
test
/
tint
/
statements
/
increment
/
function.wgsl.expected.msl
blob: 7fe2d80dfb59fd408734b4ba1a7383ba0091396f [
file
] [
log
] [
blame
]
#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
)));
}