Sign in
dawn
/
tint
/
4a15605be725129166edba4d3b00b19fc1a0da75
/
.
/
test
/
expressions
/
type_ctor
/
vec3
/
explicit
/
bool.wgsl.expected.msl
blob: 0cd9b5b483aa6055245c9fd348c4c23a6371cc96 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
constant bool3 v
=
bool3
(
false
,
true
,
false
);