text almost works
This commit is contained in:
@@ -21,6 +21,5 @@ layout(location = 0) in vec2 tex_coords;
|
||||
layout(location = 0) out vec4 out_color;
|
||||
|
||||
void main() {
|
||||
out_color = vec4(1., 1., 1., 1.);
|
||||
// out_color = vec4(1., 1., 1., texture(diffuse_tex, tex_coords).r);
|
||||
out_color = vec4(1., 1., 1., texture(diffuse_tex, tex_coords).r);
|
||||
}
|
||||
Reference in New Issue
Block a user