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