...
This commit is contained in:
parent
634cd53454
commit
11e147c718
@ -468,7 +468,6 @@ send_borders_rects(GLuint vw, GLuint vh) {
|
|||||||
unmap_vao_buffer(border_vertex_array, 0);
|
unmap_vao_buffer(border_vertex_array, 0);
|
||||||
}
|
}
|
||||||
bind_program(BORDERS_PROGRAM);
|
bind_program(BORDERS_PROGRAM);
|
||||||
printf(gl_strerror(glGetError()));
|
|
||||||
glUniform2ui(border_uniform_locations[BORDER_viewport], vw, vh);
|
glUniform2ui(border_uniform_locations[BORDER_viewport], vw, vh);
|
||||||
unbind_program();
|
unbind_program();
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user