Sign in
dawn
/
dawn
/
5361d9e778fb839c0e63adcc86edae267c5b3b44
/
.
/
test
/
tint
/
identifiers
/
underscore
/
prefix
/
lower
/
parameter.wgsl.expected.msl
blob: a57966cbf55ade42ddd4bfb0bfddc64ef4114f58 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
f
(
int
_a
)
{
int
const
b
=
_a
;
}