share/hedgewars/Data/Shaders/default.vs
branchqmlfrontend
changeset 12888 adb1fccc706a
parent 11800 2028bd2a6c5b
equal deleted inserted replaced
12887:bf58f2403953 12888: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