Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug] webgl renderer has logical exception when updating attributes #1768

Closed
wang1212 opened this issue Sep 9, 2024 · 0 comments
Closed
Labels

Comments

@wang1212
Copy link
Member

wang1212 commented Sep 9, 2024

Webgl renderer has logical exception when updating attributes.

A drawcall instance is associated with multiple element object instances. After the associated element object instances are updated, although geometryDirty is set to true, the geometry object is not updated in time before the attribute update method updateAttribute() is called, resulting in program exceptions.

Related issues #1755

@wang1212 wang1212 added the bug label Sep 9, 2024
wang1212 added a commit that referenced this issue Sep 14, 2024
* fix: `sourcemap.sources` path wrong (#1766)

* fix: webgl renderer has logical exception when updating attributes (#1768) (#1769)

* feat: added support for picking rotated text (#1749) (#1772)

* chore: updated benchmark screenshots (#1773)

* chore: updated benchmark screenshots

* fix: sourcemap generation exception

* chore: update test ci node version

* chore: update screenshots and ci config

* chore: delete redundant benchmark images

* Version Packages (#1770)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant