com.metsci.glimpse.gl.texture
Interface DrawableTexture

All Superinterfaces:
Texture
All Known Implementing Classes:
ByteTextureProjected2D, ColorTextureProjected2D, FloatTexture2D, FloatTextureProjected2D, LuminanceTextureProjected2D, ShortTextureProjected2D, TextureProjected2D

public interface DrawableTexture
extends Texture

A marker interface indicating that the Texture is able to draw itself given a GL handle.

Author:
ulman

Method Summary
 void draw(javax.media.opengl.GL gl, int texUnit)
           
 
Methods inherited from interface com.metsci.glimpse.gl.texture.Texture
dispose, getDimensionSize, getNumDimension, isDirty, isResident, makeDirty, prepare
 

Method Detail

draw

void draw(javax.media.opengl.GL gl,
          int texUnit)


Copyright © 2012 Metron, Inc.. All Rights Reserved.