Sponsor:

Your company here, and a link to your site. Click to find out more.

al_use_shader - Man Page

Allegro 5 API

Synopsis

#include <allegro5/allegro.h>

bool al_use_shader(ALLEGRO_SHADER *shader)

Description

Uses the shader for subsequent drawing operations on the current target bitmap. Pass NULL to stop using any shader on the current target bitmap.

Returns true on success. Otherwise returns false, e.g. because the shader is incompatible with the target bitmap.

Since

5.1.6

See Also

al_destroy_shader(3), al_set_shader_sampler(3), al_set_shader_matrix(3), al_set_shader_int(3), al_set_shader_float(3), al_set_shader_bool(3), al_set_shader_int_vector(3), al_set_shader_float_vector(3)

Referenced By

al_build_shader(3), al_create_shader(3), al_set_shader_bool(3), al_set_shader_float(3), al_set_shader_float_vector(3), al_set_shader_int(3), al_set_shader_int_vector(3), al_set_shader_matrix(3), al_set_shader_sampler(3).

Allegro reference manual