com.threerings.opengl.compositor
Class RenderEffect.TextureTarget
java.lang.Object
com.threerings.expr.SimpleScope
com.threerings.opengl.compositor.RenderEffect.Target
com.threerings.opengl.compositor.RenderEffect.TextureTarget
- All Implemented Interfaces:
- Scope, ScopeUpdateListener
- Enclosing class:
- RenderEffect
public static class RenderEffect.TextureTarget
- extends RenderEffect.Target
Renders to a texture.
| Fields inherited from interface com.threerings.expr.Scope |
EPOCH, NOW |
RenderEffect.TextureTarget
public RenderEffect.TextureTarget(GlContext ctx,
Scope parentScope,
TargetConfig.Texture config)
- Creates a new texture target.
setConfig
public void setConfig(TargetConfig.Texture config)
- Sets the configuration of this target.
render
public void render()
- Description copied from class:
RenderEffect.Target
- Renders this target.
- Overrides:
render in class RenderEffect.Target
dispose
public void dispose()
- Description copied from class:
SimpleScope
- Releases the resources associated with this scope.
- Overrides:
dispose in class SimpleScope
Copyright © 2011. All Rights Reserved.