summaryrefslogtreecommitdiffstats
path: root/src/demos/proceduralTexturePhysics/Water.java
diff options
context:
space:
mode:
authorKenneth Russel <[email protected]>2009-04-26 23:20:59 +0000
committerKenneth Russel <[email protected]>2009-04-26 23:20:59 +0000
commitca57e7dd0d9f2502cbc606d177929d36d3501fe1 (patch)
treebcd66bb62f1423753afba299606bbe73662e606b /src/demos/proceduralTexturePhysics/Water.java
parentbcb1ba1a2af77732d4ee3fed25e696d19aa269da (diff)
Partially fixed breakage to ProceduralTexturePhysics demo; exposes
fundamental problems with the function name unification now going on by default -- and not configurable -- in GlueGen; must at least have the ARB_vertex_program and ARB_fragment_program extensions and entry points exposed separately from the unified versions in order to properly access them git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/branches/JOGL_2_SANDBOX@332 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4
Diffstat (limited to 'src/demos/proceduralTexturePhysics/Water.java')
-rw-r--r--src/demos/proceduralTexturePhysics/Water.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/demos/proceduralTexturePhysics/Water.java b/src/demos/proceduralTexturePhysics/Water.java
index 9de583d..12d339c 100644
--- a/src/demos/proceduralTexturePhysics/Water.java
+++ b/src/demos/proceduralTexturePhysics/Water.java
@@ -528,9 +528,9 @@ public class Water {
createAndWriteUVOffsets(gl, initialMapDimensions[0], initialMapDimensions[1]);
- checkExtension(gl, "GL_vertex_program");
- checkExtension(gl, "GL_fragment_program");
- checkExtension(gl, "GL_multitexture");
+ checkExtension(gl, "GL_ARB_vertex_program");
+ checkExtension(gl, "GL_ARB_fragment_program");
+ checkExtension(gl, "GL_ARB_multitexture");
///////////////////////////////////////////////////////////////////////////
// UV Offset Vertex Program