resources paths refact
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#version 330 core
|
||||
|
||||
in vec4 v_color;
|
||||
out vec4 f_color;
|
||||
|
||||
void main(){
|
||||
f_color = v_color;
|
||||
}
|
||||
Reference in New Issue
Block a user