org.jzy3d.plot3d.primitives
Interface IGLBindedResource
-
- All Known Implementing Classes:
- BarVBO, BufferedImageTexture, DrawableVBO, ScatterVBO, SharedTexture
public interface IGLBindedResourceDefines an objects that uses resources that should be loaded using an available GL context. Resource that require a GL context are usually textures, VBO, etc.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description booleanhasMountedOnce()Return true if mount(...) has been called at least one timevoidmount(com.jogamp.opengl.GL gl)Mount resources to gl context
-
DMelt 3.0 © DataMelt by jWork.ORG