(Particles) Some targets do not anything, inluding comments before the version line
[platform/core/uifw/dali-demo.git] / examples / particles / shaders / particle-view.vert
index 6d61044..33cc108 100644 (file)
@@ -1,8 +1,7 @@
+#version 300 es
 // Shader for billboarded particles, where the vertices of the particles
 // are supplied as vec3 position (particle position) + vec2 sub-position.
 
-#version 300 es
-
 precision lowp float;
 uniform mat4 uModelView; // DALi
 uniform mat4 uProjection; // DALi