1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 12:05:00 +00:00
serenity/Meta/Lagom/Tools/CodeGenerators/LibGL
Jelle Raaijmakers 60bd458ed2 LibGL: Allow function name override in API definitions
Instead of limiting ourselves to the key of the property in the JSON,
allow overriding the function name so we can generate completely
different function signatures with very similar names to other existing
API methods (e.g. `glUniform*` vs `glUniform*v`).
2024-02-14 15:09:53 +01:00
..
CMakeLists.txt LibGL: Generate the API wrappers 2022-12-20 10:42:31 +01:00
GenerateGLAPIWrapper.cpp LibGL: Allow function name override in API definitions 2024-02-14 15:09:53 +01:00