de.grogra.imp3d.glsl.utility
Class GLSLQueuedTexture

java.lang.Object
  extended by de.grogra.imp3d.glsl.utility.GLSLTexture
      extended by de.grogra.imp3d.glsl.utility.GLSLQueuedTexture
All Implemented Interfaces:
GLSLOpenGLObject
Direct Known Subclasses:
GLSLQueuedFloatTexture

public class GLSLQueuedTexture
extends GLSLTexture


Field Summary
 
Fields inherited from class de.grogra.imp3d.glsl.utility.GLSLTexture
height, index, internalFormat, texType, type, width
 
Constructor Summary
GLSLQueuedTexture()
           
 
Method Summary
 int getIndex(javax.media.opengl.GL gl)
           
 
Methods inherited from class de.grogra.imp3d.glsl.utility.GLSLTexture
bindTo, cleanup, delete, estimateSizeInByte, getHeight, getIndex, getTexType, getType, getWidth
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GLSLQueuedTexture

public GLSLQueuedTexture()
Method Detail

getIndex

public int getIndex(javax.media.opengl.GL gl)