Sign in
dawn
/
dawn
/
f3e7db0c4ed2fe144a7f682e029f48e1c9ccf3ca
/
.
/
test
/
tint
/
bug
/
chromium
/
339684346.wgsl.expected.glsl
blob: 376bfa74e970f035ea0df8221620f68eedb9c67e [
file
] [
log
] [
blame
]
#version 310 es
layout
(
local_size_x
=
1
,
local_size_y
=
1
,
local_size_z
=
1
)
in
;
void
unused_entry_point
()
{
return
;
}
void
a
(
inout
int
x
)
{
}
void
b
(
inout
int
x
)
{
a
(
x
);
}