/[gzz]/gzz/doc/gl/Mipzip.rst
ViewVC logotype

Diff of /gzz/doc/gl/Mipzip.rst

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by tjl, Thu Jan 16 13:25:56 2003 UTC revision 1.3 by tjl, Thu Jan 16 14:37:51 2003 UTC
# Line 12  for each mipmap level, and some metadata Line 12  for each mipmap level, and some metadata
12  Due to the requirements of memory handling and GL threads,  Due to the requirements of memory handling and GL threads,
13  we need to separate loading the mipmap level and teximaging  we need to separate loading the mipmap level and teximaging
14  it.  it.
15    
16    ..  UML:: mipziploader
17    
18        jlinkpackage gzz.gfx.gl
19    
20        class MipzipLoader
21            jlink
22            fields
23                File mipzipFile
24                ZipFile openedFile
25                Texture tex
26                String texFormat
27            assoc compos - multi(n) MipzipLoader.Level
28        
29        class MipzipLoader.Level
30            jlink
31            fields
32                int levelNo
33                Dimension size
34                byte[] loadedData
35            methods
36                void loadData()
37                void texImage()
38    
39        ---
40        horizontally(80, foo, MipzipLoader, MipzipLoader.Level);

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26