Revision: 3173
http://java-game-lib.svn.sourceforge.net/java-game-lib/?rev=3173&view=rev
Author: spasi
Date: 2009-02-05 16:18:42 +0000 (Thu, 05 Feb 2009)
Log Message:
-----------
Added support for glNamedBufferDataEXT(int buffer, long size, int usage).
Modified Paths:
--------------
trunk/LWJGL/src/templates/org/lwjgl/opengl/EXT_direct_state_access.java
Modified: trunk/LWJGL/src/templates/org/lwjgl/opengl/EXT_direct_state_access.java
===================================================================
--- trunk/LWJGL/src/templates/org/lwjgl/opengl/EXT_direct_state_access.java 2008-12-28 19:30:43 UTC (rev 3172)
+++ trunk/LWJGL/src/templates/org/lwjgl/opengl/EXT_direct_state_access.java 2009-02-05 16:18:42 UTC (rev 3173)
@@ -718,6 +718,7 @@
*/
@Dependent("OpenGL15")
+ @GenerateAutos
void glNamedBufferDataEXT(@GLuint int buffer, @AutoSize("data") @GLsizeiptr long size,
@Const
@GLbyte
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|