Sign in
dawn
/
dawn
/
ec871f2da1702386bfb22c52f29fd527dad70b76
/
.
/
test
/
tint
/
expressions
/
splat
/
expression
/
bool.wgsl.expected.msl
blob: 07df88b865499758c13e895b8f8107ff06eeaaaf [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
f
()
{
bool2 v2
=
bool2
(
true
);
bool3 v3
=
bool3
(
true
);
bool4 v4
=
bool4
(
true
);
}