Project

General

Profile

« Previous | Next » 

Revision 79921db2

Added by Leszek Koltunski about 7 years ago

Some progress with Transform Feedback. Still many bugs all over.

View differences:

src/main/java/org/distorted/library/program/DistortedProgram.java
58 58

  
59 59
      if( feedbackVaryings!=null )
60 60
        {
61
        GLES30.glTransformFeedbackVaryings(programHandle, feedbackVaryings, GLES30.GL_INTERLEAVED_ATTRIBS);
61
        GLES30.glTransformFeedbackVaryings(programHandle, feedbackVaryings, GLES30.GL_SEPARATE_ATTRIBS);
62 62
        }
63 63

  
64 64
      if (attributes != null)

Also available in: Unified diff