1al_get_shader_log(3)                                      al_get_shader_log(3)
2
3
4

NAME

6       al_get_shader_log - Allegro 5 API
7

SYNOPSIS

9              #include <allegro5/allegro.h>
10
11              const char *al_get_shader_log(ALLEGRO_SHADER *shader)
12

DESCRIPTION

14       Return  a  read-only string containing the information log for a shader
15       program.   The  log  is  updated  by   certain   functions,   such   as
16       al_attach_shader_source(3)  or  al_build_shader(3)  when  there  is  an
17       error.
18
19       This function never returns NULL.
20

SINCE

22       5.1.0
23

SEE ALSO

25       al_attach_shader_source(3),            al_attach_shader_source_file(3),
26       al_build_shader(3)
27
28
29
30Allegro reference manual                                  al_get_shader_log(3)
Impressum