Sign in
dawn
/
dawn
/
ab0f7da790c91c8a46925f9d40c2443a94de59ee
/
.
/
test
/
tint
/
unicode
/
identifiers.wgsl.expected.dxc.hlsl
blob: 40494584e0ddae81662c5b691cd536b428c7b345 [
file
]
float
v
(
int
v_1
)
{
return
float
(
v_1
);
}
void
v_2
()
{
int
v_3
=
int
(
0
);
float
v_4
=
v
(
v_3
);
}