com.threerings.opengl.renderer.config
Class TextureConfig.Original2DTarget

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by com.threerings.opengl.renderer.config.TextureConfig.Implementation
          extended by com.threerings.opengl.renderer.config.TextureConfig.Original
              extended by com.threerings.opengl.renderer.config.TextureConfig.Original2DTarget
All Implemented Interfaces:
Exportable, Copyable, Cloneable
Enclosing class:
TextureConfig

public static class TextureConfig.Original2DTarget
extends TextureConfig.Original

A 2D texture that matches the dimensions of the render surface.


Field Summary
 
Fields inherited from class com.threerings.opengl.renderer.config.TextureConfig.Original
border, borderColor, compareFunc, compareMode, depthMode, format, identity, magFilter, maxAnisotropy, minFilter, wrapR, wrapS, wrapT
 
Constructor Summary
TextureConfig.Original2DTarget()
           
 
Method Summary
 
Methods inherited from class com.threerings.opengl.renderer.config.TextureConfig.Original
getFromPool, getTexture, invalidate, isSupported, returnToPool
 
Methods inherited from class com.threerings.opengl.renderer.config.TextureConfig.Implementation
getTexture, getUpdateReferences, getUpdateResources
 
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.Original2DTarget

public TextureConfig.Original2DTarget()


Copyright © 2011. All Rights Reserved.