Browse Source

main.vert -> screen.vert

rexim 3 years ago
parent
commit
a3cc7bf04d
1 changed files with 2 additions and 0 deletions
  1. 2 0
      shaders/screen.vert

+ 2 - 0
shaders/main.vert → shaders/screen.vert

@@ -1,3 +1,5 @@
+// General purpose vertex shader that maps screen coordinates to NDC.
+// Supports position, uv and color of the vertex.
 #version 330
 
 layout(location = 0) in vec2 ver_pos;