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

New GPU line rasterizer using instancing GPU feature #169

Merged
merged 12 commits into from
Jul 2, 2024

Conversation

bmatthieu3
Copy link
Collaborator

This could enhance the performance of lines rendering because no triangulation is done (line width is handled by the GPU). This should reduce the buffer size given to the GPU as well.

This is draft PR (to be tested if performance are better).

I link the issue #168

@bmatthieu3 bmatthieu3 force-pushed the new-line-rasterizer branch from e931415 to 05c3eb5 Compare July 2, 2024 16:50
@bmatthieu3 bmatthieu3 merged commit 141ea49 into develop Jul 2, 2024
2 checks passed
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.

1 participant