Project

General

Profile

« Previous | Next » 

Revision f046b159

Added by Leszek Koltunski almost 4 years ago

First attempt at the MeshBase.apply(VertexEffect) API.

View differences:

src/main/java/org/distorted/library/effectqueue/EffectQueueMatrix.java
47 47
    super(NUM_UNIFORMS,INDEX );
48 48
    }
49 49

  
50
///////////////////////////////////////////////////////////////////////////////////////////////////
51

  
52
  EffectQueueMatrix(EffectQueueMatrix source)
53
    {
54
    super(source);
55
    }
56

  
50 57
///////////////////////////////////////////////////////////////////////////////////////////////////
51 58

  
52 59
  static void uniforms(int mProgramH, int variant)

Also available in: Unified diff