Sign in
dawn
/
dawn
/
94c93c40e80711221fe486d5d951cfe14927e915
/
.
/
test
/
tint
/
unicode
/
identifiers.wgsl.expected.msl
blob: 802afcb554d94e332531968ddb12c9a33cce0ebe [
file
] [
log
] [
blame
]
#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
);
}