opentk / LearnOpenTK

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

Fixed dispose pattern. #8

Closed VZhelev closed 5 years ago

VZhelev commented 5 years ago

Just to avoid code repetition.

devvoid commented 5 years ago

Looks good, thanks!