lots of refactoring for the dynamic vertex in addition to planning out documentation

This commit is contained in:
2020-01-22 18:38:45 -08:00
parent 8db858b29a
commit 83a5e9b997
25 changed files with 221 additions and 103 deletions

View File

@@ -10,7 +10,7 @@ layout(location = 2) in vec2 ti_position;
layout(location = 3) in vec2 screen_position;
layout(location = 4) in vec2 atlas_position;
layout(location = 5) in vec2 atlas_size;
layout(location = 6 in float scale;
layout(location = 6) in float scale;
// These are made up in the shader themselves
layout(location = 0) out vec2 tex_coords;