fixed minor regression, cleaned up source tree
This commit is contained in:
@@ -6,6 +6,8 @@ layout(location = 0) out vec2 tex_coords;
|
||||
layout(location = 1) out vec4 out_color;
|
||||
|
||||
void main() {
|
||||
out_color = color;
|
||||
|
||||
gl_Position = vec4(position, 0.0, 1.0);
|
||||
tex_coords = position;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user