Sign in
dawn
/
dawn
/
7c0693d9fe92244b3ae440c326d5c823ea71cb7e
/
.
/
test
/
expressions
/
splat
/
call
/
bool.wgsl.expected.msl
blob: 5ce5b992dea9f891303253d8b425741d9c2690fb [
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
());
}