|
NAMEal_get_shader_log - Allegro 5 APISYNOPSIS
DESCRIPTIONReturn 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(3) or al_build_shader(3) when there is an error.This function never returns NULL. SINCE5.1.0SEE ALSOal_attach_shader_source(3), al_attach_shader_source_file(3), al_build_shader(3)
Visit the GSP FreeBSD Man Page Interface. |