Sign in
dawn
/
dawn
/
refs/heads/chromium/5690
/
.
/
test
/
tint
/
bug
/
tint
/
1713.wgsl
blob: 606617cbc9236834f047ed1d5e51bbf06080c58f [
file
] [
log
] [
blame
] [
edit
]
const
a
=
1
<<
30u
;
// First shift, result should be abstract
const
b
=
a
<<
10u
;
// Valid only if 'a' is abstract
const
c
=
5000000000
<<
3u
;
// Valid only if result is abtract