Sign in
dawn
/
dawn
/
refs/heads/main
/
.
/
test
/
tint
/
expressions
/
splat
/
call
/
bool.wgsl.expected.ir.msl
blob: 0df0d5ab468ea6a7165f1e3b7a57ab643f378720 [
file
] [
log
] [
blame
] [
edit
]
#include
<metal_stdlib>
using
namespace
metal
;
bool
get_bool
()
{
return
true
;
}
void
f
()
{
bool2 v2
=
bool2
(
get_bool
());
bool3 v3
=
bool3
(
get_bool
());
bool4 v4
=
bool4
(
get_bool
());
}