Parcourir la source

main.vert -> screen.vert

rexim il y a 3 ans
Parent
commit
a3cc7bf04d
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  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
 #version 330
 
 
 layout(location = 0) in vec2 ver_pos;
 layout(location = 0) in vec2 ver_pos;