Palm-Studios / sh3redux

SILENT HILL 3 Engine Remake in OpenGL and C++
GNU General Public License v3.0
158 stars 15 forks source link

Allow specifying buffer_object::Targets for VAO buffers #106

Closed z33ky closed 6 years ago

z33ky commented 6 years ago

Note that this requires C++14 for std::index_sequence, which we need for unpacking the Attributes::Targets array. I didn't look hard for an alternative that works with C++11, hoping that this change is fine.

Quaker762 commented 6 years ago

I didn't look hard for an alternative that works with C++11, hoping that this change is fine.

No worries, I'll have to do a bit of research on C++14 as I only know only the basics of 11, but I should be fine. I'll update the Code::Blocks file as well.

By the way, is your friend still going to make any changes? If so, I'll hold off on any new features (coughmodelscough and the camera) until he's made/moved stuff around.