Hey I currently have a system in OpenGL that uses glBlendFunc
for bleding diffrent shaders but I would like to do something like this
fragColor = currentColor * lightAmount;
I tried to use gl_Color
but its depricated and my engine will not let me use it.