Remove unnecessary allocation in GLShader::setUniform(int, const QMatrix4x4 &)
We were creating a vector just to copy it over. We can pass the original vector just as well.
Please register or sign in to comment
We were creating a vector just to copy it over. We can pass the original vector just as well.