Hao Li

Results 5 issues of Hao Li

### Description When using [jerryscript-debugger-ts](https://github.com/jerryscript-project/jerryscript-debugger-ts) to debug ZJS on Linux and FRDM-K64F board, The breakpoint is added failed in Chrome Devtools (66+), which work well on Chrome 65. ### Test...

bug
P2

# Description After flash image to Nucleo F411RE board for many times(>5), it will report that no space left on board, we need to reset the board for next flash....

bug
P3

In [spec](https://gpuweb.github.io/gpuweb/#dom-gpucommandencoder-beginrenderpass:~:text=The%20set%20of%20attachments%20in%20descriptor.colorAttachments%20must%20be%20pairwise%20disjoint.%20That%20is%2C%20no%20two%20attachments%20may%20refer%20to%20the%20same%20region%2C%20as%20defined%20by%20the%20view%27s%20texture%20subresource%20range%20and%20(for%20%223d%22%20attachments)%20the%20attachment%E2%80%99s%20depthSlice.), we validate a attachment cannot overlap with other attachments in render pass's colorAttachments. > The set of attachments in descriptor.colorAttachments must be pairwise disjoint. That is, no two...

editorial

Fixes #4607, #4600 - Allow 2d-array texture view as renderable texture view - Disallow 3d texture view used in resolve target

Currently a [renderable texture view](https://www.w3.org/TR/webgpu/#abstract-opdef-renderable-texture-view) is a `2d` or `3d` texture view which arrayLayerCount is 1. But using a `2d-array` texture view with arrayLayerCount 1 in color attachments also be...

proposal
needs-cts-issue
api resolved
api