GNOME Bugzilla – Bug 759902
glshader: fix usage documentation
Last modified: 2015-12-28 08:45:43 UTC
The current docstring of glshader is still referring to the location property (which has been changed in favor of the fragment/vertex string properties
Created attachment 317922 [details] [review] 0001-glshader-fix-usage-doc.patch
Even better would of course be some documentation how the shader has to look like :) commit 15a28c8024def3fe8724376d87983a1f7667bae8 Author: Florent Thiéry <florent.thiery@ubicast.eu> Date: Sun Dec 27 11:37:09 2015 +0100 glshader: fix usage doc The property location has been changed in favor of vertex/fragment string properties; the doc had not been updated and was still referring to the previous property; also, now the #version header has become mandatory https://bugzilla.gnome.org/show_bug.cgi?id=759902