clustergl
clustergl copied to clipboard
Allow GLubyte as type for pushParam in mod_app
Allow GLubyte as type for pushParam in mod_app. Otherwise it is interpreted as GLuint/GLint and leads to bugs, e.g. in glColor4ub() function (and the whole data stream could be corrupted too)