Added note in backend guide about UV convention.

This commit is contained in:
2025-01-12 09:52:10 -05:00
parent a47937f615
commit 470800af2a
2 changed files with 14 additions and 1 deletions

View File

@@ -1,6 +1,5 @@
in vec2 v_position;
in vec2 v_texture;
// in vec4 v_elem;
out vec2 uv;
void main()