summaryrefslogtreecommitdiffstats
path: root/src/demos/es2/shader
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2015-02-03 01:16:05 +0100
committerSven Gothel <[email protected]>2015-02-03 01:16:05 +0100
commitb32c5de0d658a0e41eabe6590da20bc8300c0dae (patch)
treed022fecab71be00412f52ecd528900e2966625d1 /src/demos/es2/shader
parent4392e90ea2909d89895d992833bf9e71ae922a1d (diff)
Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1)
Diffstat (limited to 'src/demos/es2/shader')
-rwxr-xr-xsrc/demos/es2/shader/scripts/nvidia-apx/glslc-ff.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/demos/es2/shader/scripts/nvidia-apx/glslc-ff.bat b/src/demos/es2/shader/scripts/nvidia-apx/glslc-ff.bat
index 024e469..4dc1590 100755
--- a/src/demos/es2/shader/scripts/nvidia-apx/glslc-ff.bat
+++ b/src/demos/es2/shader/scripts/nvidia-apx/glslc-ff.bat
@@ -6,4 +6,4 @@ IF !"%JOGLDIR%"==""! GOTO YESPATH
set JOGLDIR=..\lib
:YESPATH
-java -cp %JOGLDIR%\jogl.core.jar;%JOGLDIR%\jogl.gles2.jar;%JOGLDIR%\jogl.fixed.jar;%JOGLDIR%\jogl.sdk.jar javax.media.opengl.sdk.glsl.CompileShaderNVidia redsquare.vp redsquare.fp
+java -cp %JOGLDIR%\jogl.core.jar;%JOGLDIR%\jogl.gles2.jar;%JOGLDIR%\jogl.fixed.jar;%JOGLDIR%\jogl.sdk.jar com.jogamp.opengl.sdk.glsl.CompileShaderNVidia redsquare.vp redsquare.fp