Browse Source

Shader: Clean up.

linbingquan 5 năm trước cách đây
mục cha
commit
8e8990ce92
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  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 );
 
 }
-
 `;