Sign in
dawn
/
tint
/
8ec32a6ec99a3989a3af344e01a2d9ffd8f4f197
/
.
/
test
/
identifiers
/
underscore
/
double
/
fn.wgsl.expected.glsl
blob: 8e59b08f3688e66373dd3132c5e48a4320874668 [
file
] [
log
] [
blame
]
#version 310 es
layout
(
local_size_x
=
1
,
local_size_y
=
1
,
local_size_z
=
1
)
in
;
void
unused_entry_point
()
{
return
;
}
void
a
()
{
}
void
a__
()
{
}
void
b
()
{
a
();
}
void
b__
()
{
a__
();
}