Sign in
dawn
/
tint
/
6d770093bdf1513ab57bd56c2e00c9b572d16304
/
.
/
test
/
shadowing
/
param
/
function.wgsl.expected.glsl
blob: f039a157e98af99794f4919ed089ccb4f76966ce [
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
a
(
int
a_1
)
{
{
int
a_2
=
a_1
;
int
b
=
a_2
;
}
}