glUniform4fv returns error when array length is a multiple of 4
Closed this issue · 1 comments
SonicMastr commented
Initial Uniform type is determined in _VitaProgramQueryUniformParameterInformation
(FUNC_8102ee66). Check for Float4 or Bool4 type fails in glUniform4fv
Note: Mostly likely affects other Uniform functions with their respective multiples
SonicMastr commented
Fixed #10