Sign in
dawn
/
dawn
/
05f67947f4ec3d671f0cdc0d57a925f04cfc9f82
/
.
/
test
/
tint
/
unicode
/
identifiers.wgsl.expected.glsl
blob: ad04dfb9275403525cb6b9f585f6d5e86b7f5b1c [
file
] [
log
] [
blame
]
#version 310 es
precision highp
float
;
precision highp
int
;
float
v
(
int
v_1
)
{
return
float
(
v_1
);
}
void
main
()
{
int
v_2
=
0
;
float
v_3
=
v
(
v_2
);
}