buggins / dlangui

Cross Platform GUI for D programming language
Boost Software License 1.0
805 stars 120 forks source link

[example1/opengl] Don't enable GL_POLYGON_SMOOTH and GL_MULTISAMPLE #649

Closed Spirrwell closed 1 year ago

Spirrwell commented 1 year ago

GL_POLYGON_SMOOTH appears to have inconsistent behavior across drivers, and seems to cause issues for at least me on Linux with my graphics card.

According to Grim, it sounds like multisampling was enabled specifically for this as well, and so we no longer enable GL_MULTISAMPLE either

This fixes issue #647