com.jme.util.lwjgl
Class LWJGLTextureUpdater

java.lang.Object
  extended by com.jme.util.lwjgl.LWJGLTextureUpdater

public class LWJGLTextureUpdater
extends java.lang.Object


Constructor Summary
LWJGLTextureUpdater()
           
 
Method Summary
static void updateTexture(Texture texture, java.nio.ByteBuffer data, int w, int h, Image.Format format)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LWJGLTextureUpdater

public LWJGLTextureUpdater()
Method Detail

updateTexture

public static void updateTexture(Texture texture,
                                 java.nio.ByteBuffer data,
                                 int w,
                                 int h,
                                 Image.Format format)