Uses of Class
com.threerings.opengl.compositor.RenderQueue.Group

Packages that use RenderQueue.Group
com.threerings.opengl.compositor   
com.threerings.opengl.material   
com.threerings.opengl.material.config Material configurations. 
 

Uses of RenderQueue.Group in com.threerings.opengl.compositor
 

Methods in com.threerings.opengl.compositor that return RenderQueue.Group
 RenderQueue.Group Compositor.getGroup()
          Returns a reference to the base render queue group.
 RenderQueue.Group RenderQueue.getGroup(int group)
          Returns the identified group within this queue.
 

Methods in com.threerings.opengl.compositor with parameters of type RenderQueue.Group
 void RenderQueue.Group.State.swap(RenderQueue.Group group)
          Swaps this state with the of the specified group.
 

Uses of RenderQueue.Group in com.threerings.opengl.material
 

Constructors in com.threerings.opengl.material with parameters of type RenderQueue.Group
Surface(GlContext ctx, Scope parentScope, GeometryConfig geometryConfig, MaterialConfig materialConfig, RenderQueue.Group group)
          Creates a new surface.
Surface(GlContext ctx, Scope parentScope, Geometry geometry, MaterialConfig materialConfig, RenderQueue.Group group)
          Creates a new surface.
 

Uses of RenderQueue.Group in com.threerings.opengl.material.config
 

Methods in com.threerings.opengl.material.config with parameters of type RenderQueue.Group
 Compositable TechniqueConfig.createCompositable(GlContext ctx, Scope scope, Geometry geometry, RenderQueue.Group group)
          Creates a compositable to render the supplied geometry using this technique.
abstract  Enqueueable TechniqueConfig.Enqueuer.createEnqueueable(GlContext ctx, Scope scope, Geometry geometry, boolean update, RenderQueue.Group group, List<Dependency.Adder> adders, MutableInteger pidx)
          Creates the enqueueable for this enqueuer.
 Enqueueable TechniqueConfig.NormalEnqueuer.createEnqueueable(GlContext ctx, Scope scope, Geometry geometry, boolean update, RenderQueue.Group group, List<Dependency.Adder> adders, MutableInteger pidx)
           
 Enqueueable TechniqueConfig.CompoundEnqueuer.createEnqueueable(GlContext ctx, Scope scope, Geometry geometry, boolean update, RenderQueue.Group group, List<Dependency.Adder> adders, MutableInteger pidx)
           
 Enqueueable TechniqueConfig.GroupedEnqueuer.createEnqueueable(GlContext ctx, Scope scope, Geometry geometry, boolean update, RenderQueue.Group group, List<Dependency.Adder> adders, MutableInteger pidx)
           
 Enqueueable TechniqueConfig.EnqueuerWrapper.createEnqueueable(GlContext ctx, Scope scope, Geometry geometry, boolean update, RenderQueue.Group group, List<Dependency.Adder> adders, MutableInteger pidx)
           
 



Copyright © 2011. All Rights Reserved.