Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
d356bf2ccae98a8a53cbfba6e15e09ff70e281c6
/
.
/
Tools
/
TestWebKitAPI
/
Tests
/
WGSL
/
shaders
/
array-count-expression.wgsl
blob: 36dee4ba0284cbd224e136c0493e2883736a7bb0 [
file
]
struct
S
{
x
:
array
<
i32
,
1
<<
2
>
}
@compute
@workgroup_size
(
1
)
fn main
()
{
var
s
:
S
;
}