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 Mesh change IndexBuffer、VertexBuffer、VertexElements bug( need to update VAO) #719

Merged
merged 16 commits into from
Mar 30, 2023

Conversation

cptbtptpbcptdtptp
Copy link
Collaborator

No description provided.

@cptbtptpbcptdtptp cptbtptpbcptdtptp self-assigned this Mar 30, 2022
@cptbtptpbcptdtptp cptbtptpbcptdtptp added the bug Something isn't working label Mar 30, 2022
@cptbtptpbcptdtptp cptbtptpbcptdtptp added this to the 0.7 milestone Mar 30, 2022
@GuoLei1990 GuoLei1990 changed the base branch from dev/0.7 to dev/0.8 May 6, 2022 02:50
@GuoLei1990 GuoLei1990 requested a review from yangfengzzz July 21, 2022 05:30
@GuoLei1990 GuoLei1990 added the high priority High priority issue label Jul 21, 2022
@GuoLei1990 GuoLei1990 modified the milestones: 0.7, 0.9 Jul 21, 2022
@GuoLei1990 GuoLei1990 deleted the branch galacean:main August 4, 2022 06:48
@GuoLei1990 GuoLei1990 closed this Aug 4, 2022
@GuoLei1990 GuoLei1990 reopened this Aug 4, 2022
@GuoLei1990 GuoLei1990 changed the base branch from dev/0.8 to dev/0.9 August 4, 2022 08:31
@GuoLei1990 GuoLei1990 modified the milestones: 0.9, 1.0 Nov 1, 2022
@GuoLei1990 GuoLei1990 changed the base branch from dev/0.9 to main November 8, 2022 04:12
* main: (514 commits)
  "v0.9.0-beta.73"
  fix: scene parser error (galacean#1426)
  Fix SpriteRenderer bounding box error (galacean#1425)
  Update README.md
  Update README.md
  "v0.9.0-beta.72"
  "v0.9.0-beta.71"
  Revert "fix: InputManager default listener target" (galacean#1414)
  "v0.9.0-beta.70"
  fix: add shadow parser (galacean#1411)
  Add `toJSON` in base math class (galacean#1380) (galacean#1409)
  refactor(particle): Add an infinite bounding box to the particle system and it will never be clipped (galacean#1410)
  "v0.9.0-beta.69"
  Fix glTF SkinnedMeshRenderer default local bounds (galacean#1405)
  Fix camera cull bug (galacean#1396)
  "v0.9.0-beta.68"
  fix: InputManager default listener target
  "v0.9.0-beta.67"
  Fix shader compile performance on some windows device (galacean#1390)
  "v0.9.0-beta.66"
  ...
@GuoLei1990 GuoLei1990 changed the title fix: change IndexBuffer、VertexBuffer、VertexElements need to update VAO. Fix change IndexBuffer、VertexBuffer、VertexElements bug( need to update VAO) Mar 30, 2023
@GuoLei1990 GuoLei1990 changed the title Fix change IndexBuffer、VertexBuffer、VertexElements bug( need to update VAO) Fix Mesh change IndexBuffer、VertexBuffer、VertexElements bug( need to update VAO) Mar 30, 2023
@GuoLei1990 GuoLei1990 merged commit 9635996 into galacean:main Mar 30, 2023
GuoLei1990 added a commit that referenced this pull request Mar 30, 2023
* main:
  Fix `Mesh` change IndexBuffer、VertexBuffer、VertexElements bug( need to update VAO) (#719)
  "v0.9.0-beta.73"
  fix: scene parser error (#1426)
  Fix SpriteRenderer bounding box error (#1425)
  Update README.md
  Update README.md
  "v0.9.0-beta.72"
  "v0.9.0-beta.71"
  Revert "fix: InputManager default listener target" (#1414)
@GuoLei1990 GuoLei1990 linked an issue Mar 31, 2023 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working high priority High priority issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

VAO is not update when change buffer binding
2 participants