Sign in
dawn
/
dawn
/
55be62690cbc0e466e875c7eeea00afa62bccfaa
/
.
/
test
/
tint
/
expressions
/
splat
/
expression
/
bool.wgsl.expected.ir.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
);
}