   // Source code of vertex shader
   attribute vec4 vPosition;
   void main() { 
      gl_Position = vPosition; 
   }
