You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: