|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ArrayState | |
|---|---|
| com.threerings.opengl.effect | Effect classes. |
| com.threerings.opengl.geometry | |
| com.threerings.opengl.geometry.config | Geometry configurations. |
| com.threerings.opengl.geometry.util | |
| com.threerings.opengl.renderer.state | |
| Uses of ArrayState in com.threerings.opengl.effect |
|---|
| Methods in com.threerings.opengl.effect that return ArrayState | |
|---|---|
ArrayState |
ParticleGeometry.getArrayState(int pass)
|
| Uses of ArrayState in com.threerings.opengl.geometry |
|---|
| Methods in com.threerings.opengl.geometry that return ArrayState | |
|---|---|
ArrayState |
SimpleGeometry.getArrayState(int pass)
|
abstract ArrayState |
Geometry.getArrayState(int pass)
Returns the array state for the specified pass. |
| Constructors in com.threerings.opengl.geometry with parameters of type ArrayState | |
|---|---|
SimpleGeometry(ArrayState arrayState,
SimpleBatch.DrawCommand drawCommand)
Creates a geometry instance with the specified array state and draw command. |
|
| Uses of ArrayState in com.threerings.opengl.geometry.config |
|---|
| Methods in com.threerings.opengl.geometry.config that return ArrayState | |
|---|---|
ArrayState[] |
GeometryConfig.Stored.createArrayStates(GlContext ctx,
PassDescriptor[] passes,
boolean staticVBO,
boolean staticIBO)
Creates a set of array states for this geometry. |
ArrayState[] |
GeometryConfig.Stored.createArrayStates(GlContext ctx,
PassDescriptor[] passes,
PassSummary summary,
boolean staticVBO,
boolean staticIBO,
BufferObject arrayBuffer,
FloatBuffer floatArray)
Creates a set of array states for this geometry. |
| Uses of ArrayState in com.threerings.opengl.geometry.util |
|---|
| Methods in com.threerings.opengl.geometry.util that return ArrayState | |
|---|---|
static ArrayState[] |
GeometryUtil.createArrayStates(HashMap<String,ClientArray> vertexAttribArrays,
HashIntMap<ClientArray> texCoordArrays,
ClientArray colorArray,
ClientArray normalArray,
ClientArray vertexArray,
BufferObject elementArrayBuffer,
PassDescriptor[] passes)
Creates a set of array states for the specified passes. |
| Uses of ArrayState in com.threerings.opengl.renderer.state |
|---|
| Fields in com.threerings.opengl.renderer.state declared as ArrayState | |
|---|---|
static ArrayState |
ArrayState.DISABLED
A state that disables all of the client arrays. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||