com.threerings.opengl.renderer.config
Class TextureConfig.Derived
java.lang.Object
com.threerings.util.DeepObject
com.threerings.opengl.renderer.config.TextureConfig.Implementation
com.threerings.opengl.renderer.config.TextureConfig.BaseDerived
com.threerings.opengl.renderer.config.TextureConfig.Derived
- All Implemented Interfaces:
- Exportable, Copyable, Cloneable
- Enclosing class:
- TextureConfig
public static class TextureConfig.Derived
- extends TextureConfig.BaseDerived
A derived implementation.
TextureConfig.Derived
public TextureConfig.Derived()
getFromPool
public Texture getFromPool(GlContext ctx)
- Description copied from class:
TextureConfig.Implementation
- Fetches a texture from the shared pool, or returns
null if the
implementation doesn't contain a pool.
- Overrides:
getFromPool in class TextureConfig.Implementation
returnToPool
public void returnToPool(GlContext ctx,
Texture texture)
- Description copied from class:
TextureConfig.Implementation
- Returns a texture to the shared pool.
- Overrides:
returnToPool in class TextureConfig.Implementation
Copyright © 2011. All Rights Reserved.