- removed unique_ptr, shared_ptr - replaced std::vector with tvg::Array - reduced binary size by -10kb
* Use uniform block to pack all color informations * Move the actual gl draw call into GlRenderer::sync function, so all data is been uploaded into GPU * Make GlRenderTask simple and generic for direct gl draw
lib -> renderer bin -> tools utils -> common