1al_set_shader_float_vector(3)                    al_set_shader_float_vector(3)
2
3
4

NAME

6       al_set_shader_float_vector - Allegro 5 API
7

SYNOPSIS

9              #include <allegro5/allegro.h>
10
11              bool al_set_shader_float_vector(const char *name,
12                 int num_components, const float *f, int num_elems)
13

DESCRIPTION

15       Same as al_set_shader_int_vector(3) except all values are float instead
16       of int.
17

SINCE

19       5.1.0
20

SEE ALSO

22       al_set_shader_int_vector(3), al_use_shader(3)
23
24
25
26Allegro reference manual                         al_set_shader_float_vector(3)
Impressum