diff options
author | Sven Gothel <[email protected]> | 2012-04-09 22:11:51 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-04-09 22:11:51 +0200 |
commit | 7278e62941a81d374eb2d38aa69ab8fe69ab2a1f (patch) | |
tree | 0d39ad65e4a5b575d000e3942f6b9c06c923238d /src/demos/es2/openmax/shader/scripts/nvidia-apx | |
parent | 5f23b0ca30316804c5065366c631c8290af4c29f (diff) |
Removed obsolete openmax demos. JOGL has demo/test code for GLMediaPlayer
Diffstat (limited to 'src/demos/es2/openmax/shader/scripts/nvidia-apx')
-rwxr-xr-x | src/demos/es2/openmax/shader/scripts/nvidia-apx/glslc-ff.bat | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/demos/es2/openmax/shader/scripts/nvidia-apx/glslc-ff.bat b/src/demos/es2/openmax/shader/scripts/nvidia-apx/glslc-ff.bat deleted file mode 100755 index a93f43c..0000000 --- a/src/demos/es2/openmax/shader/scripts/nvidia-apx/glslc-ff.bat +++ /dev/null @@ -1,9 +0,0 @@ -REM -REM You have to call it from the 'shader' directory, e.g.: -REM scripts\nvidia-apx\glslc-ff.bat -REM -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 moviesimple.vp moviesimple.fp |