From: <sp...@us...> - 2011-08-08 17:02:26
|
Revision: 3607 http://java-game-lib.svn.sourceforge.net/java-game-lib/?rev=3607&view=rev Author: spasi Date: 2011-08-08 17:02:20 +0000 (Mon, 08 Aug 2011) Log Message: ----------- Added missing annotation and import. Modified Paths: -------------- trunk/LWJGL/src/templates/org/lwjgl/opengl/ARB_texture_storage.java Modified: trunk/LWJGL/src/templates/org/lwjgl/opengl/ARB_texture_storage.java =================================================================== --- trunk/LWJGL/src/templates/org/lwjgl/opengl/ARB_texture_storage.java 2011-08-08 16:42:37 UTC (rev 3606) +++ trunk/LWJGL/src/templates/org/lwjgl/opengl/ARB_texture_storage.java 2011-08-08 17:02:20 UTC (rev 3607) @@ -35,7 +35,9 @@ import org.lwjgl.util.generator.Reuse; import org.lwjgl.util.generator.opengl.GLenum; import org.lwjgl.util.generator.opengl.GLsizei; +import org.lwjgl.util.generator.opengl.GLuint; +@Dependent public interface ARB_texture_storage { /** Accepted by the <value> parameter of GetTexParameter{if}v: */ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |