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

vk: Optimize redundant QuadBuffer uploads #1675

Merged
merged 1 commit into from
Oct 9, 2024

Conversation

Wunkolo
Copy link
Contributor

@Wunkolo Wunkolo commented Oct 9, 2024

Hashes the contents of the QuadBuffer vertex-data such that data is only uploaded when the vertices actually change rather than every frame.

Hashes the contents of the `QuadBuffer` vertex-data such that data is only uploaded when the vertices actually change rather than every frame.
@Wunkolo Wunkolo force-pushed the vk-quadbuffer-update-opt branch from b66df39 to bbea352 Compare October 9, 2024 03:21
@flyinghead flyinghead merged commit a8bc1c1 into flyinghead:master Oct 9, 2024
14 of 15 checks passed
@Wunkolo Wunkolo deleted the vk-quadbuffer-update-opt branch October 9, 2024 18:01
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.

2 participants