18 lines
597 B
Plaintext
18 lines
597 B
Plaintext
SKIP: FAILED
|
|
|
|
builtins/gen/var/arrayLength/8421b9.wgsl:26:10 error: using f16 types in 'storage' address space is not implemented yet
|
|
arg_0: array<f16>,
|
|
^^^^^^^^^^
|
|
|
|
builtins/gen/var/arrayLength/8421b9.wgsl:25:1 note: see layout of struct:
|
|
/* align(2) size(2) */ struct SB_RO {
|
|
/* offset(0) align(2) size(2) */ arg_0 : array<f16>;
|
|
/* */ };
|
|
struct SB_RO {
|
|
^^^^^^
|
|
|
|
builtins/gen/var/arrayLength/8421b9.wgsl:28:42 note: see declaration of variable
|
|
@group(0) @binding(1) var<storage, read> sb_ro : SB_RO;
|
|
^^^^^
|
|
|