liriliri / eruda

Console for mobile browsers
https://eruda.liriliri.io
MIT License
18.64k stars 1.2k forks source link

There are 2 patches in this pull request: #412

Closed KengSSK closed 2 months ago

KengSSK commented 8 months ago

There are 2 patches in this pull request:

  1. The first half of https://github.com/gpuweb/gpuweb/issues/2046#issuecomment-928546660. This patch removes GPUComputePassEncoder/writeTimestamp() and GPURenderPassEncoder/writeTimestamp(), but leaves in GPUCommandEncoder/writeTimestamp().
  2. The second half of https://github.com/gpuweb/gpuweb/issues/2046#issuecomment-928546660. This patch adds in the changes described in https://github.com/gpuweb/gpuweb/issues/2046#issuecomment-905184438.

Fixes https://github.com/gpuweb/gpuweb/issues/2046.


Preview | Diff

Originally posted by @litherum in https://github.com/gpuweb/gpuweb/pull/2190