Selaa lähdekoodia

Shader: Clean up.

linbingquan 5 vuotta sitten
vanhempi
commit
8e8990ce92
1 muutettua tiedostoa jossa 0 lisäystä ja 2 poistoa
  1. 0 2
      src/renderers/shaders/ShaderLib/vsm_vert.glsl.js

+ 0 - 2
src/renderers/shaders/ShaderLib/vsm_vert.glsl.js

@@ -1,9 +1,7 @@
 export default /* glsl */`
-
 void main() {
 
 	gl_Position = vec4( position, 1.0 );
 
 }
-
 `;