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  al_at‐
16       tach_shader_source(3) or al_build_shader(3) when there is an error.
17
18       This function never returns NULL.
19

SINCE

21       5.1.0
22

SEE ALSO

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