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

Should merge Vertex Buffers and Index Buffers #2

Open
walbourn opened this issue Jul 21, 2015 · 0 comments
Open

Should merge Vertex Buffers and Index Buffers #2

walbourn opened this issue Jul 21, 2015 · 0 comments

Comments

@walbourn
Copy link
Owner

The tool currently emits one VB and IB per mesh, with the subsets sharing the same IB/VB. For scenes with lots of meshes, this can result in a lot of potentially small buffers.

There should be an optimization flag added to the tool which will merge/coalesce VBs/IBs into fewer shared buffers. In theory each VB could have a different input layout, so that should be taken into account.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant