Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
d356bf2ccae98a8a53cbfba6e15e09ff70e281c6
/
.
/
Tools
/
TestWebKitAPI
/
Tests
/
WGSL
/
shaders
/
binding-uint-max.wgsl
blob: 3c5aac6f4d0a733ea1872dfbf673ea97a23eb3a4 [
file
]
@group
(
0
)
@binding
(
4294967294u
)
var
<
storage
,
read_write
>
s
:
i32
;
@compute
@workgroup_size
(
2
)
fn main
()
{
_
=
s
;
}