Uses of Class
com.threerings.opengl.renderer.config.TextureConfig.Wrap

Packages that use TextureConfig.Wrap
com.threerings.opengl.renderer.config Renderer configuration bits. 
 

Uses of TextureConfig.Wrap in com.threerings.opengl.renderer.config
 

Fields in com.threerings.opengl.renderer.config declared as TextureConfig.Wrap
 TextureConfig.Wrap TextureConfig.Original.wrapR
          The r wrap mode.
 TextureConfig.Wrap TextureConfig.Original.wrapS
          The s wrap mode.
 TextureConfig.Wrap TextureConfig.Original.wrapT
          The t wrap mode.
 

Methods in com.threerings.opengl.renderer.config that return TextureConfig.Wrap
static TextureConfig.Wrap TextureConfig.Wrap.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TextureConfig.Wrap[] TextureConfig.Wrap.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2011. All Rights Reserved.