com.threerings.opengl.renderer.config
Class TextureConfig.Original1D.Contents

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by com.threerings.opengl.renderer.config.TextureConfig.Original1D.Contents
All Implemented Interfaces:
Exportable, Copyable, Cloneable
Direct Known Subclasses:
TextureConfig.Original1D.Blank, TextureConfig.Original1D.ImageFile
Enclosing class:
TextureConfig.Original1D

@EditorTypes(value={TextureConfig.Original1D.Blank.class,TextureConfig.Original1D.ImageFile.class})
public abstract static class TextureConfig.Original1D.Contents
extends DeepObject
implements Exportable

The initial contents of the texture.


Constructor Summary
TextureConfig.Original1D.Contents()
           
 
Method Summary
 void getUpdateResources(HashSet<String> paths)
          Adds the contents' update resources to the provided set.
abstract  void load(GlContext ctx, Texture1D texture, TextureConfig.Format format, boolean border, boolean mipmap)
          Loads the texture with the contents.
 
Methods inherited from class com.threerings.util.DeepObject
clone, copy, copy, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TextureConfig.Original1D.Contents

public TextureConfig.Original1D.Contents()
Method Detail

getUpdateResources

public void getUpdateResources(HashSet<String> paths)
Adds the contents' update resources to the provided set.


load

public abstract void load(GlContext ctx,
                          Texture1D texture,
                          TextureConfig.Format format,
                          boolean border,
                          boolean mipmap)
Loads the texture with the contents.



Copyright © 2011. All Rights Reserved.