blob: 4dc1590c7716e014d120c93776df14b9a38b2b8d (
plain)
1
2
3
4
5
6
7
8
9
|
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 com.jogamp.opengl.sdk.glsl.CompileShaderNVidia redsquare.vp redsquare.fp
|