Sign in
dawn
/
dawn
/
0b39270e01ce2327dd8c01d8d7192e823cec4424
/
.
/
test
/
identifiers
/
underscore
/
prefix
/
lower
/
var.wgsl.expected.glsl
blob: a81fcaab8255c02a8f41356c43f89bcd9e5c9dfd [
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
;
}
int
a
=
1
;
int
_a
=
2
;
void
f
()
{
int
b
=
a
;
int
_b
=
_a
;
}