Sign in
dawn
/
dawn
/
1a758d8cebdab8fe5a3a9d330c1689903a0c0fe7
/
.
/
test
/
tint
/
identifiers
/
underscore
/
prefix
/
upper
/
var.wgsl.expected.msl
blob: f889d4df125912195545d188424dfb47af882b6b [
file
]
#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
);
}