Sign in
dawn
/
tint
/
b4cd255c6ecc8db6d49274b8de378b33c478c629
/
.
/
test
/
expressions
/
type_ctor
/
vec3
/
explicit
/
bool.wgsl.expected.hlsl
blob: d5acfa022d62c54e58f08fb65f018753ed8946f7 [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
return
;
}
static
const
bool3 v
=
bool3
(
false
,
true
,
false
);