Changed draw.odin, removed DearImgui
This commit is contained in:
@@ -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);
|
||||
}
|
||||
Reference in New Issue
Block a user