Sign in
dawn
/
dawn
/
1cc545189477077687e73b77aed757ad341bef8a
/
.
/
test
/
tint
/
expressions
/
splat
/
call
/
bool.wgsl.expected.ir.msl
blob: e328b8c8157e3e4f0e786b629326593d12d445f9 [
file
] [
log
] [
blame
]
#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
());
}