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

Geometry Shaders #21

Open
DietrichPaul opened this issue Feb 4, 2022 · 3 comments
Open

Geometry Shaders #21

DietrichPaul opened this issue Feb 4, 2022 · 3 comments
Labels
enhancement New feature or request

Comments

@DietrichPaul
Copy link
Contributor

Describe your suggestion
How about supporting geometry shader?
It would help me to draw more complex shapes.

Additional context
Here is an example implementation: GeometryShaderTest.java

@DietrichPaul DietrichPaul added the enhancement New feature or request label Feb 4, 2022
@Pyrofab
Copy link
Member

Pyrofab commented Feb 5, 2022

Yeah that sounds like a great idea, wanna do a PR for it ?

@DietrichPaul
Copy link
Contributor Author

Unfortunately, I have no idea how to implement this correctly.... :(

@Qendolin
Copy link

Just a heads up: GS are mostly avoided in games due to a lack of HW support, meaning that often GS are processed in SW leading to huge performance drop. There is almost always another way to do what a GS would do.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants