Project

General

Profile

« Previous | Next » 

Revision dd7a5c7d

Added by Leszek Koltunski about 7 years ago

Revert "This commit (and reading the OpenGL ES 3.0 spec) pretty conclusively proves that, sadly, Nexus 4's Transform Feedback implementation is incomplete (doesn't work with GL_TRIANGLES primitiveMode)"

This reverts commit 5ba19814852de1762e452662a13c4944792014a9.

View differences:

src/main/res/raw/feedback_vertex_shader.glsl
19 19

  
20 20
precision lowp float;
21 21

  
22
#if USEPOINTS == 1
23
in float inValue;
24
out float outValue;
25
#else
22 26
in vec3 inValue;
23 27
out vec3 outValue;
28
#endif
24 29

  
25 30
//////////////////////////////////////////////////////////////////////////////////////////////
26 31

  

Also available in: Unified diff