Update to Worldwind release 0.4.1
[worldwind-tracker.git] / gov / nasa / worldwind / WorldWindowGLDrawable.java
blobc2c1b995833d83b4569fcb245190f0407fbc78cc
1 /*
2 Copyright (C) 2001, 2006 United States Government
3 as represented by the Administrator of the
4 National Aeronautics and Space Administration.
5 All Rights Reserved.
6 */
7 package gov.nasa.worldwind;
9 import gov.nasa.worldwind.cache.TextureCache;
11 import javax.media.opengl.GLAutoDrawable;
13 /**
14 * @author tag
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);