Sign in
dawn
/
dawn
/
cc2e9eca1a364c9f70bf5c4d57ec64a8930befec
/
.
/
test
/
tint
/
expressions
/
binary
/
left-shift
/
scalar-scalar
/
u32.wgsl.expected.fxc.hlsl
blob: 4db204fe15776ed2f1ca9cdea997551bbe4fb0ed [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
f
()
{
const
uint
a
=
1u
;
const
uint
b
=
2u
;
const
uint
r
=
(
a
<<
(
b
&
31u
));
return
;
}