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