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

fix: fixed the issue where RenderCache could not cache RenderPipeline #1839

Merged
merged 1 commit into from
Nov 20, 2024

Conversation

re-ovo
Copy link
Contributor

@re-ovo re-ovo commented Nov 14, 2024

🤔 This is a ...

  • New feature
  • Bug fix
  • Site / Document optimization
  • TypeScript definition update
  • Refactoring
  • Performance improvement
  • Code style optimization
  • Test Case
  • Branch merge
  • Other (about what?)

🔗 Related issue link

Fix #1826

💡 Background and solution

修复RenderPipeline无法被缓存的问题

配合上游的几个PR,现在WebGPU的几个DEMO可以正常跑了

📝 Changelog

Language Changelog
🇺🇸 English
🇨🇳 Chinese

☑️ Self Check before Merge

  • Doc is updated/provided or not needed
  • Demo is updated/provided or not needed
  • TypeScript definition is updated/provided or not needed
  • Changelog is provided or not needed

@wang1212 wang1212 self-requested a review November 19, 2024 02:04
@wang1212 wang1212 changed the base branch from next to release November 19, 2024 02:05
@wang1212 wang1212 merged commit aba6c81 into antvis:release Nov 20, 2024
5 checks passed
Aarebecca added a commit that referenced this pull request Nov 25, 2024
* fix: fixed the issue where RenderCache could not cache RenderPipeline (#1839)

* chore: add changeset

* fix: fix incorrect bounds calculate when pass stroke and lineWidth to group (#1847)

* fix: fix incorrect bounds calculate when pass stroke and lineWidth to group

* chore: commit changeset

* test: fix test case

* update test (#1846)

* chore: fix test

* chore: update vite version

* chore: update test snapshots

* chore: remove pnpm-lock.yaml

* chore: update workflows

---------

Co-authored-by: Aaron <yangtao.yangtao@antgroup.com>

* chore: update workflows (#1849)

* chore(release): bump version (#1845)

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

---------

Co-authored-by: RE <1609403959@qq.com>
Co-authored-by: wang1212 <mrwang1212@126.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
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RenderCache缓存无法命中
2 participants