com.threerings.opengl.renderer
Class TextureRenderer.InstanceKey
java.lang.Object
com.threerings.opengl.renderer.TextureRenderer.InstanceKey
- Enclosing class:
- TextureRenderer
protected static class TextureRenderer.InstanceKey
- extends Object
Identifies a shared texture renderer instance.
_color
protected WeakReference<Texture> _color
- The color and depth textures.
_depth
protected WeakReference<Texture> _depth
- The color and depth textures.
TextureRenderer.InstanceKey
public TextureRenderer.InstanceKey(Texture color,
Texture depth)
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object other)
- Overrides:
equals in class Object