opentk / LearnOpenTK

A port of learnopengl.com's tutorials to OpenTK and C#.
Creative Commons Attribution 4.0 International
463 stars 115 forks source link

Move all base class calls to the start of their method. #50

Closed NogginBops closed 3 years ago

NogginBops commented 3 years ago

And remove all resource cleanup and added an explanation as to why it shouldn't be done and explained appropriate situations for resource cleanup.