mirror of
https://github.com/brl/mutter.git
synced 2025-02-14 04:14:10 +00:00
![Emmanuele Bassi](/assets/img/avatar_default.png)
The cogl_shader_get_info_log() function is very inconvenient for language bindings and for regular use, as it requires a static buffer to be filled -- basically just providing a wrapper around glGetInfoLogARB(). Since COGL aims to be a more convenient API than raw GL we should just make cogl_shader_get_info_log() return an allocated string with the GLSL compiler log.
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%