Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
d356bf2ccae98a8a53cbfba6e15e09ff70e281c6
/
.
/
Tools
/
TestWebKitAPI
/
Tests
/
WGSL
/
shaders
/
array-primitive-struct.wgsl
blob: fcea4dd917ac4054a1410065d7720e14a84fe763 [
file
] [
log
] [
blame
]
enable f16
;
@compute
@workgroup_size
(
1
)
fn main
(){
var
x
=
array
(
modf
(
2h
));
}