Sign in
dawn
/
dawn
/
59a72c3ed02671b658ce4e20b4abcd550e66fb4e
/
.
/
test
/
tint
/
unicode
/
identifiers.wgsl.expected.msl
blob: 802afcb554d94e332531968ddb12c9a33cce0ebe [
file
]
#include
<metal_stdlib>
using
namespace
metal
;
float
v
(
int
v_1
)
{
return
float
(
v_1
);
}
fragment
void
v_2
()
{
int
v_3
=
0
;
float
const
v_4
=
v
(
v_3
);
}