Sign in
dawn
/
dawn
/
c223ae26ec19db3a1b3a5ce0c8c19e234037da1d
/
.
/
test
/
tint
/
expressions
/
splat
/
expression
/
bool.wgsl.expected.dxc.hlsl
blob: 5ee704106c8f028720b3b0fcaf0fc6c025361772 [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
return
;
}
void
f
()
{
bool2 v2
=
(
true
).
xx
;
bool3 v3
=
(
true
).
xxx
;
bool4 v4
=
(
true
).
xxxx
;
}