Project

General

Profile

« Previous | Next » 

Revision 96e3b88a

Added by Leszek Koltunski over 3 years ago

Introducing UBO to Effect Queues: step 1.

View differences:

src/main/java/org/distorted/library/effect/Effect.java
142 142
 *
143 143
 * @y.exclude
144 144
 */
145
  public int getAndAssociation()
145
  public void writeAssociations(int[] intUniforms, int index1, int index2)
146 146
    {
147
    return mAndAssociation;
148
    }
149

  
150
///////////////////////////////////////////////////////////////////////////////////////////////////
151
/**
152
 * Only for use by the library itself.
153
 *
154
 * @y.exclude
155
 */
156
  public int getEquAssociation()
157
    {
158
    return mEquAssociation;
147
    intUniforms[index1] = mAndAssociation;
148
    intUniforms[index2] = mEquAssociation;
159 149
    }
160 150

  
161 151
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff