Sign in
dawn
/
dawn
/
b6fc95f119163bbd87ce9b7e39e9166866520ac4
/
.
/
test
/
tint
/
bug
/
chromium
/
339684346.wgsl.expected.ir.dxc.hlsl
blob: cf4b9143e8f4dc2e28eff93c90ba7cb7472c4e2a [
file
] [
log
] [
blame
]
void
a
(
inout
int
x
)
{
}
void
b
(
inout
int
x
)
{
a
(
x
);
}
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
}