Sign in
dawn
/
tint
/
6bdbc4a6dfdc95a9479e4ebccc9f4c02e614fdb1
/
.
/
test
/
tint
/
identifiers
/
underscore
/
prefix
/
lower
/
var.wgsl.expected.msl
blob: 4b5a7c869fbb02346f4ec0cf2c9aec61694e07a9 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
f
(
thread
int
*
const
tint_symbol
,
thread
int
*
const
tint_symbol_1
)
{
int
b
=
*(
tint_symbol
);
int
_b
=
*(
tint_symbol_1
);
}