diff options
author | Sven Gothel <[email protected]> | 2009-03-16 15:33:10 +0000 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2009-03-16 15:33:10 +0000 |
commit | aefbc0323da190835bc146709bf560b3e3181b39 (patch) | |
tree | 0c025c00504372eb64ef0092b17186103d82bb58 /src/demos/es2/perftst/PerfTextLoad.java | |
parent | b2c27c8edc2e9516a5341332a3480485d72eb6af (diff) |
sync with JOGL changes
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/branches/JOGL_2_SANDBOX@322 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4
Diffstat (limited to 'src/demos/es2/perftst/PerfTextLoad.java')
-rwxr-xr-x | src/demos/es2/perftst/PerfTextLoad.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/demos/es2/perftst/PerfTextLoad.java b/src/demos/es2/perftst/PerfTextLoad.java index 722ecc1..56073c1 100755 --- a/src/demos/es2/perftst/PerfTextLoad.java +++ b/src/demos/es2/perftst/PerfTextLoad.java @@ -7,8 +7,10 @@ import javax.media.opengl.*; import javax.media.opengl.util.*; import com.sun.opengl.impl.io.*; import com.sun.opengl.util.texture.*; +import com.sun.opengl.util.*; import com.sun.javafx.newt.*; +import com.sun.javafx.newt.opengl.*; public class PerfTextLoad extends PerfModule { static final int MAX_TEXTURE_ENGINES = 8; |