Sign in
dawn
/
tint
/
ce90ac52f479f15f62ed441c4cebba29aa02fe12
/
.
/
test
/
expressions
/
binary
/
left-shift
/
scalar-scalar
/
u32.wgsl.expected.hlsl
blob: 3195ab7638fcefcfb5a8d96de5ecf56e68d6480a [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
f
()
{
const
uint
r
=
(
1u
<<
2u
);
return
;
}