GNOME Bugzilla – Bug 761272
glGenBuffers parameter should be GLsizei not GLuint
Last modified: 2016-04-14 17:42:43 UTC
Created attachment 319995 [details] [review] misc patch to correct this according to https://www.opengl.org/sdk/docs/man/html/glGenBuffers.xhtml
commit 0891b90111aa8749c8ab08bab180e8bd3ff083dd Author: Wang Xin-yu (王昕宇) <comicfans44@gmail.com> Date: Fri Jan 29 10:35:15 2016 +0800 glprototypes: fix parameter type of glGenBuffers The number of buffers should be GLsizei instead of GLuint. https://bugzilla.gnome.org/show_bug.cgi?id=761272 and 1.6 6fef5095b07de95969089be57bf365d8daac409e