From: <sp...@us...> - 2011-09-30 11:28:59
|
Revision: 3644 http://java-game-lib.svn.sourceforge.net/java-game-lib/?rev=3644&view=rev Author: spasi Date: 2011-09-30 11:28:53 +0000 (Fri, 30 Sep 2011) Log Message: ----------- Removed GL_FRAMEBUFFER_INCOMPLETE_LAYER_COUNT. Modified Paths: -------------- trunk/LWJGL/src/templates/org/lwjgl/opengl/GL32.java Modified: trunk/LWJGL/src/templates/org/lwjgl/opengl/GL32.java =================================================================== --- trunk/LWJGL/src/templates/org/lwjgl/opengl/GL32.java 2011-09-29 08:36:36 UTC (rev 3643) +++ trunk/LWJGL/src/templates/org/lwjgl/opengl/GL32.java 2011-09-30 11:28:53 UTC (rev 3644) @@ -244,7 +244,6 @@ /** Returned by CheckFramebufferStatusEXT: */ int GL_FRAMEBUFFER_INCOMPLETE_LAYER_TARGETS = 0x8DA8; - int GL_FRAMEBUFFER_INCOMPLETE_LAYER_COUNT = 0x8DA9; /** * Accepted by the <pname> parameter of GetFramebufferAttachment- This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |