1al_set_shader_matrix(3)                                al_set_shader_matrix(3)
2
3
4

NAME

6       al_set_shader_matrix - Allegro 5 API
7

SYNOPSIS

9              #include <allegro5/allegro.h>
10
11              bool al_set_shader_matrix(const char *name,
12                 const ALLEGRO_TRANSFORM *matrix)
13

DESCRIPTION

15       Sets a matrix uniform of the current target bitmap's shader.
16
17       Returns true on success.  Otherwise returns false, e.g.  if the uniform
18       by that name does not exist in the shader.
19

SINCE

21       5.1.0
22

SEE ALSO

24       al_use_shader(3)
25
26
27
28Allegro reference manual                               al_set_shader_matrix(3)
Impressum