Sign in
dawn
/
dawn.git
/
refs/heads/main
/
.
/
test
/
tint
/
shadowing
/
function
/
let.wgsl.expected.msl
blob: f7589b1e63793402d2fe1e030b508e6498ba4e58 [
file
] [
log
] [
blame
] [
edit
]
#include
<metal_stdlib>
using
namespace
metal
;
[[
max_total_threads_per_threadgroup
(
1
)]]
kernel
void
a
()
{
int
a_1
=
1
;
int
b
=
a_1
;
int
const
a_2
=
1
;
int
const
b_1
=
a_2
;
}