mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00

* Over time too many private member variables will be hard to look at. * Speed isn't a concern, but code managability is. * I opted to create a custom enum rather than use GLenum to avoid polluting platform.h with OpenGL headers. Originally committed to SVN as r3594.
* To be written.