Sign in
dawn
/
dawn.git
/
f41654fc6c74f4e5ceb2c71ce2bdd0d93c2b2eda
/
.
/
test
/
tint
/
expressions
/
zero_init
/
vec2
/
bool.wgsl.expected.msl
blob: 91af3c746e006c20d90be44e9b1b67b3938f66af [
file
]
#include
<metal_stdlib>
using
namespace
metal
;
void
f
()
{
bool2 v
=
bool2
(
false
);
}