dwmkerr / sharpgl

Use OpenGL in .NET applications. SharpGL wraps all modern OpenGL features and offers a powerful scene graph to aid development.
MIT License
749 stars 300 forks source link

refactor: Duplicated "TestHelper" code #179

Open dwmkerr opened 4 years ago

dwmkerr commented 4 years ago

There is duplicated code in the TestHelper classes. Creating a new library just to hold one test utility seems overkill, but the duplication is sloppy.