Sign in
dawn
/
tint
/
refs/heads/chromium/4887
/
.
/
test
/
identifiers
/
underscore
/
double
/
parameter.wgsl.expected.glsl
blob: 1c7262a4562f51b9a53542427d1acd103c4ac8f8 [
file
] [
log
] [
blame
] [
edit
]
#version 310 es
layout
(
local_size_x
=
1
,
local_size_y
=
1
,
local_size_z
=
1
)
in
;
void
unused_entry_point
()
{
return
;
}
void
f
(
int
a__
)
{
int
b
=
a__
;
}