share/hedgewars/Data/Shaders/default.vs
branchqmlfrontend
changeset 12883 adb1fccc706a
parent 11795 2028bd2a6c5b
equal deleted inserted replaced
12882:bf58f2403953 12883:adb1fccc706a
       
     1 #ifdef GL_ES
     1 precision mediump float;
     2 precision mediump float;
       
     3 #endif
     2 
     4 
     3 attribute vec2 vertex;
     5 attribute vec2 vertex;
     4 attribute vec2 texcoord;
     6 attribute vec2 texcoord;
     5 attribute vec4 colors;
     7 attribute vec4 colors;
     6 
     8