diff options
author | Michael Bien <[email protected]> | 2011-02-03 23:13:42 +0100 |
---|---|---|
committer | Michael Bien <[email protected]> | 2011-02-03 23:13:42 +0100 |
commit | dbe93d1e40a7bc9fbea7c5be3d59bf84e8a20ecb (patch) | |
tree | 3a451adf79f605d32c818a49ea2f71d4db8969fb /build.xml | |
parent | 992963009a1f551808e8da786b6b9d7b701f7a34 (diff) |
new simple gamma correction OpenCL example featuring lenna.
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -74,6 +74,13 @@ <param name="jnlp.jogl" value="false"/> <param name="jnlp.mainclass" value="com.jogamp.opencl.demos.info.CLInfo"/> </antcall> + + <antcall target="create-jnlp" inheritrefs="true"> + <param name="jnlp.name" value="gamma"/> + <param name="jnlp.title" value="Simple gamma correction."/> + <param name="jnlp.jogl" value="false"/> + <param name="jnlp.mainclass" value="com.jogamp.opencl.demos.gamma.CLSimpleGammaCorrection"/> + </antcall> </target> |