Skip to content

Feature/#483 cleanup opengl mock

Jan Delember requested to merge feature/#483_cleanup_opengl_mock into master

Small, cosmetic corrections to our OpenGL mock sorting the functions_to_mock, allow_calls_provided, and gl_types alphabetically. This should provide a better overview. By means of the new cleanup py-script, we can establish the order in our mock creator automatically without paying attention to the desired order during the extension process itself.

Merge request reports