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

vector layer: dropping index buffer? #173

Open
adam-ce opened this issue Feb 15, 2025 · 0 comments
Open

vector layer: dropping index buffer? #173

adam-ce opened this issue Feb 15, 2025 · 0 comments
Assignees

Comments

@adam-ce
Copy link
Member

adam-ce commented Feb 15, 2025

would it be feasible, data amount wise, to drop the index buffer and repeat the vertex data instead? this would kill one indirection and could speed up rendering significantly

Lucas thinks:
it might be possible, but I think once I increase the line width, we might have problems even now with blowing up the size of the index buffer. So while it is probably a good idea to at least test this out, I think this way of improving the performance should only be done once everything else is working and only the performance has to be optimized

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

No branches or pull requests

2 participants