pub fn set_uniform(handle: &Uniform, value: &[f32], num: u16)
Expand description
  • handle: Uniform.
  • value: Pointer to uniform data.
  • num: Number of elements. Passing u16::MAX will use the _num passed on uniform creation.