Project

General

Profile

« Previous | Next » 

Revision 135be991

Added by Leszek Koltunski about 7 years ago

Revert "Progress with TransferFeedback app - introduce two modes: USEPOINTS 'true' or 'false'."

This reverts commit 21304c55380460c5882b789ea13eb00ffd9a686c.

View differences:

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

  
20 20
precision lowp float;
21 21

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

  
30 30
//////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff