com.jme.scene.state.lwjgl
Class LWJGLTextureState.LWJGLMipMap

java.lang.Object
  extended by MipMap
      extended by com.jme.scene.state.lwjgl.LWJGLTextureState.LWJGLMipMap
Enclosing class:
LWJGLTextureState

protected static class LWJGLTextureState.LWJGLMipMap
extends MipMap

override MipMap to access helper methods


Constructor Summary
protected LWJGLTextureState.LWJGLMipMap()
           
 
Method Summary
protected static int bytesPerPixel(int format, int type)
           
protected static int glGetIntegerv(int what)
           
protected static int nearestPower(int value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LWJGLTextureState.LWJGLMipMap

protected LWJGLTextureState.LWJGLMipMap()
Method Detail

glGetIntegerv

protected static int glGetIntegerv(int what)
See Also:
glGetIntegerv(int)

nearestPower

protected static int nearestPower(int value)
See Also:
nearestPower(int)

bytesPerPixel

protected static int bytesPerPixel(int format,
                                   int type)
See Also:
bytesPerPixel(int, int)