org.jzy3d.plot3d.primitives
Interface IGLBindedResource

All Known Implementing Classes:
BufferedImageTexture, SharedTexture

public interface IGLBindedResource


Method Summary
 boolean hasMountedOnce()
           
 void mount(javax.media.opengl.GL2 gl)
          Mount resources to gl context
 

Method Detail

mount

void mount(javax.media.opengl.GL2 gl)
Mount resources to gl context


hasMountedOnce

boolean hasMountedOnce()