Sign in
dawn
/
dawn
/
be88e62c0f861d625a9eee716f379c892fc4976d
/
.
/
test
/
tint
/
expressions
/
splat
/
expression
/
bool.wgsl
blob: 672cb871a4a43ee130f5c9509fc5ea0bc8992dff [
file
] [
log
] [
blame
]
fn f
()
{
var
v2
:
vec2
<bool>
=
vec2
<bool>
(
true
||
false
);
var
v3
:
vec3
<bool>
=
vec3
<bool>
(
true
||
false
);
var
v4
:
vec4
<bool>
=
vec4
<bool>
(
true
||
false
);
}