|
NAMEal_attach_shader_source_file - Allegro 5 APISYNOPSIS
DESCRIPTIONLike al_attach_shader_source(3) but reads the source code for the shader from the named file.Returns true on success and false on error, in which case the error log is updated. The error log can be retrieved with al_get_shader_log(3). SINCE5.1.0SEE ALSOal_attach_shader_source(3), al_build_shader(3), al_get_shader_log(3)
Visit the GSP FreeBSD Man Page Interface. |