Sign in
dawn
/
dawn
/
6d08404176b4e4b5dc9bd7d1a84ac052d53d73fe
/
.
/
test
/
tint
/
unicode
/
identifiers.wgsl.expected.glsl
blob: ad04dfb9275403525cb6b9f585f6d5e86b7f5b1c [
file
]
#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
);
}