1al_set_shader_matrix(3) al_set_shader_matrix(3)
23
4
NAME
6al_set_shader_matrix - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
bool al_set_shader_matrix(const char *name,
12ALLEGRO_TRANSFORM *matrix)
13
DESCRIPTION
15Sets a matrix uniform of the current target bitmap's shader.
1617
Returns true on success. Otherwise returns false, e.g. if the uniform
18by that name does not exist in the shader.
19
SINCE
215.1.0
22
SEE ALSO
24al_use_shader(3)
2526
27
28
Allegro reference manual al_set_shader_matrix(3)