Sign in
dawn
/
dawn
/
HEAD
/
.
/
test
/
tint
/
expressions
/
splat
/
expression
/
bool.wgsl.expected.msl
blob: 01e78bc4d390d96f8d90a723f1f3d6476647c8d7 [
file
]
#include
<metal_stdlib>
using
namespace
metal
;
[[
max_total_threads_per_threadgroup
(
1
)]]
kernel
void
f
()
{
bool2 v2
=
bool2
(
true
);
bool3 v3
=
bool3
(
true
);
bool4 v4
=
bool4
(
true
);
}