From 2aaf0f6513da595797ac3389a19a58fdfd54ab54 Mon Sep 17 00:00:00 2001 From: Ioannis Tsakpinis Date: Thu, 5 Feb 2009 16:18:42 +0000 Subject: [PATCH] Added support for glNamedBufferDataEXT(int buffer, long size, int usage). --- src/templates/org/lwjgl/opengl/EXT_direct_state_access.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/templates/org/lwjgl/opengl/EXT_direct_state_access.java b/src/templates/org/lwjgl/opengl/EXT_direct_state_access.java index b407b707..10c5c5ec 100644 --- a/src/templates/org/lwjgl/opengl/EXT_direct_state_access.java +++ b/src/templates/org/lwjgl/opengl/EXT_direct_state_access.java @@ -718,6 +718,7 @@ public interface EXT_direct_state_access { */ @Dependent("OpenGL15") + @GenerateAutos void glNamedBufferDataEXT(@GLuint int buffer, @AutoSize("data") @GLsizeiptr long size, @Const @GLbyte