|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.grogra.imp3d.glsl.Texture
public class Texture
In GroIMP3D images are converted to OpenGL textures on demand. The result of such a conversion is an instance of this class, which provides all necessary information about the OpenGL texture.
Field Summary | |
---|---|
int |
index
OpenGL index number for texture. |
Constructor Summary | |
---|---|
Texture()
|
Method Summary | |
---|---|
int |
estimateSizeInByte()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int index
Constructor Detail |
---|
public Texture()
Method Detail |
---|
public int estimateSizeInByte()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |