com.jme.util.jogl
Class JOGLUtil

java.lang.Object
  extended by com.jme.util.jogl.JOGLUtil

public class JOGLUtil
extends java.lang.Object

See Also:
http://jsourcery.com/api/java.net/jogl/1.1.0/com/sun/opengl/impl/mipmap/Mipmap.source.html#jj888377600

Constructor Summary
JOGLUtil()
           
 
Method Summary
static int bytesPerPixel(int format, int type)
           
static int glGetIntegerv(int pname)
           
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

JOGLUtil

public JOGLUtil()
Method Detail

nearestPower

public static int nearestPower(int value)

bytesPerPixel

public static int bytesPerPixel(int format,
                                int type)

glGetIntegerv

public static int glGetIntegerv(int pname)