Hi all,
Looking to turn these three into an array of vec4s that i can then iterate through in a for loop instead of doing a set of if/else statements, but not sure how to do it, any help? tried looking at documentation but it's not too helpful
uniform vec4 old_color : hint_color;
uniform vec4 old_color2 : hint_color;
uniform vec4 old_color3 : hint_color;
thanks!