Sign in
dawn
/
tint
/
b1d2b84f7dcbe753f625c17885866233732e3148
/
.
/
test
/
identifiers
/
underscore
/
double
/
parameter.wgsl.expected.glsl
blob: 3fb63a82edb6b79cfaab1f9910c67933941fc0a3 [
file
] [
log
] [
blame
]
#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
a__
)
{
int
b
=
a__
;
}