OpenGL rendering engine
a933c19fa9
Need to re-make the builtin version. The problem, again, was caused by vtables. Need to find a way to make interfaces without virtual methods to remove the need for vtables. Found a good stackoverflow article on this. https://stackoverflow.com/questions/44317289/c-interface-without-virtual-functions The Positioned, Normaled, Textured, etc. Interfaces should be re-made using this format. |
||
---|---|---|
archive | ||
dll | ||
include | ||
lib | ||
OpenGLEngine | ||
.gitignore | ||
OpenGLEngine.sln |