.\" Automatically generated by Pandoc 2.2.1 .\" .TH "al_get_shader_log" "3alleg5" "" "Allegro reference manual" "" .hy .SH NAME .PP al_get_shader_log \- Allegro 5 API .SH SYNOPSIS .IP .nf \f[C] #include\ const\ char\ *al_get_shader_log(ALLEGRO_SHADER\ *shader) \f[] .fi .SH DESCRIPTION .PP 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. .PP This function never returns NULL. .SH SINCE .PP 5.1.0 .SH SEE ALSO .PP al_attach_shader_source(3alleg5), al_attach_shader_source_file(3alleg5), al_build_shader(3alleg5)