2 Copyright (C) 2001, 2006 United States Government
3 as represented by the Administrator of the
4 National Aeronautics and Space Administration.
7 package gov
.nasa
.worldwind
;
9 import gov
.nasa
.worldwind
.cache
.TextureCache
;
11 import javax
.media
.opengl
.GLAutoDrawable
;
15 * @version $Id: WorldWindowGLDrawable.java 2422 2007-07-25 23:07:49Z tgaskins $
17 public interface WorldWindowGLDrawable
extends WorldWindow
19 void initDrawable(GLAutoDrawable glAutoDrawable
);
21 void initTextureCache(TextureCache textureCache
);