1al_set_shader_float_vector(3) al_set_shader_float_vector(3)
23
4
NAME
6al_set_shader_float_vector - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
bool al_set_shader_float_vector(const char *name,
12int num_components, const float *f, int num_elems)
13
DESCRIPTION
15Same as al_set_shader_int_vector(3) except all values are float instead
16of int.
17
SINCE
195.1.0
20
SEE ALSO
22al_set_shader_int_vector(3), al_use_shader(3)
2324
25
26
Allegro reference manual al_set_shader_float_vector(3)