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