Skip to content

Commit

Permalink
Merge pull request #649 from Spirrwell/master
Browse files Browse the repository at this point in the history
[example1/opengl] Don't enable GL_POLYGON_SMOOTH and GL_MULTISAMPLE
  • Loading branch information
GrimMaple authored Jan 10, 2023
2 parents d31b5b9 + 976093d commit 9e288ff
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions examples/example1/src/widgets/opengl.d
Original file line number Diff line number Diff line change
Expand Up @@ -163,9 +163,6 @@ class OpenGLExample : VerticalLayout {
return;
}

checkgl!glEnable(GL_MULTISAMPLE);
checkgl!glEnable(GL_POLYGON_SMOOTH);

checkgl!glEnable(GL_CULL_FACE);
checkgl!glEnable(GL_DEPTH_TEST);
checkgl!glCullFace(GL_BACK);
Expand Down

0 comments on commit 9e288ff

Please sign in to comment.