Uses of Class
com.jme.scene.state.jogl.records.TextureRecord

Packages that use TextureRecord
com.jme.scene.state.jogl   
com.jme.scene.state.jogl.records   
 

Uses of TextureRecord in com.jme.scene.state.jogl
 

Methods in com.jme.scene.state.jogl with parameters of type TextureRecord
static void JOGLTextureState.applyBorderColor(Texture texture, TextureRecord texRecord, int unit, TextureStateRecord record)
           
static void JOGLTextureState.applyFilter(Texture texture, TextureRecord texRecord, int unit, TextureStateRecord record)
          Check if the filter settings of this particular texture have been changed and apply as needed.
static void JOGLTextureState.applyWrap(Texture1D texture, TextureRecord texRecord, int unit, TextureStateRecord record)
          Check if the wrap mode of this particular texture has been changed and apply as needed.
static void JOGLTextureState.applyWrap(Texture2D texture, TextureRecord texRecord, int unit, TextureStateRecord record)
          Check if the wrap mode of this particular texture has been changed and apply as needed.
static void JOGLTextureState.applyWrap(Texture3D texture, TextureRecord texRecord, int unit, TextureStateRecord record)
          Check if the wrap mode of this particular texture has been changed and apply as needed.
static void JOGLTextureState.applyWrap(TextureCubeMap cubeMap, TextureRecord texRecord, int unit, TextureStateRecord record)
          Check if the wrap mode of this particular texture has been changed and apply as needed.
static void JOGLTextureState.applyWrap(Texture texture, TextureRecord texRecord, int unit, TextureStateRecord record)
          Check if the wrap mode of this particular texture has been changed and apply as needed.
 

Uses of TextureRecord in com.jme.scene.state.jogl.records
 

Fields in com.jme.scene.state.jogl.records with type parameters of type TextureRecord
 java.util.HashMap<java.lang.Integer,TextureRecord> TextureStateRecord.textures
           
 

Methods in com.jme.scene.state.jogl.records that return TextureRecord
 TextureRecord TextureStateRecord.getTextureRecord(int textureId, Texture.Type type)