Sign in
dawn
/
dawn
/
8243aeda757ff29b151a56993c21caca32906676
/
.
/
test
/
tint
/
bug
/
chromium
/
1341475.wgsl.expected.msl
blob: 4591847722960d784306debf970efb9ed47c56e4 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
kernel
void
tint_symbol
()
{
float
const
a
=
mix
(
1.0f
,
1.0f
,
1.0f
);
return
;
}