Sign in
dawn
/
tint.git
/
a2f4134c560115523cf8a83ef3a73eb2405b8a30
/
.
/
test
/
identifiers
/
underscore
/
double
/
alias.wgsl.expected.glsl
blob: 53fcf1027615a42938acaa6f277b979521ae38f1 [
file
]
#version 310 es
precision mediump
float
;
layout
(
local_size_x
=
1
,
local_size_y
=
1
,
local_size_z
=
1
)
in
;
void
unused_entry_point
()
{
return
;
}
void
main
()
{
unused_entry_point
();
}
void
f
()
{
int
c
=
0
;
int
d
=
0
;
}