al_set_shader_float_vector - Man Page

Allegro 5 API

Synopsis

#include <allegro5/allegro.h>

bool al_set_shader_float_vector(const char *name,
   int num_components, const float *f, int num_elems)

Description

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

Since

5.1.0

See Also

al_set_shader_int_vector(3), al_use_shader(3)

Referenced By

al_set_shader_int_vector(3), al_use_shader(3).

Allegro reference manual