get_info_log
Description:
Retrieves the information log for a coglobject, can be used in conjunction with cogl_shader_get_parameteriv to retrieve the
compiler warnings/error messages that caused a shader to not compile correctly, mainly useful for debugging purposes.
Note:
Use CoglSnippet api
Parameters:
| handle |
VertexBufferIndices for a shader. |
Returns:
|
a newly allocated string containing the info log. Use g_free to free it |