Changed draw.odin, removed DearImgui

This commit is contained in:
sam
2026-03-22 08:34:27 +05:45
parent 09941e3e1d
commit 9af832adf6
17 changed files with 56 additions and 43 deletions
+7
View File
@@ -0,0 +1,7 @@
#version 330
layout(location = 0) in vec2 v_position;
void main(void){
gl_Position = vec4(v_position, 0.0f, 1.0f);
}