diff options
author | Sven Gothel <[email protected]> | 2012-02-18 18:37:41 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-02-18 18:37:41 +0100 |
commit | 697d631bc0333b92689972ff3e621e3549fb6c80 (patch) | |
tree | 842ce0ed8b2e17c2d187566f7df2679fbb190058 /.classpath | |
parent | 390ef63a8da4c3e89b2f61526b641b1b2b82f42d (diff) |
JOGL'fy dualDepthPeeling demo (Using JOGL ShaderState/Code/Program)
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ <classpathentry kind="src" path="src/redbook/src"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/Ant"/> - <classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/jogamp"/> <classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/SWT"/> + <classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/jogamp"/> <classpathentry kind="output" path="build"/> </classpath> |