blob: 024e46958046058a2833fa84c9215d344f048da0 (
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 javax.media.opengl.sdk.glsl.CompileShaderNVidia redsquare.vp redsquare.fp
|