logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

al_get_shader_log - Allegro 5 API

Description

       Return  a  read-only  string  containing the information log for a shader program.  The log is updated by
       certain functions, such as al_attach_shader_source(3alleg5) or al_build_shader(3alleg5) when there is  an
       error.

       This function never returns NULL.

Name

       al_get_shader_log - Allegro 5 API

See Also

al_attach_shader_source(3alleg5), al_attach_shader_source_file(3alleg5), al_build_shader(3alleg5)

Allegro reference manual                                                              al_get_shader_log(3alleg5)

Since

       5.1.0

Synopsis

              #include <allegro5/allegro.h>

              const char *al_get_shader_log(ALLEGRO_SHADER *shader)

See Also