Implement sending of image data to GPU

This commit is contained in:
Kovid Goyal
2017-10-01 09:04:46 +05:30
parent e2a8115328
commit 3cbc20005b
6 changed files with 59 additions and 25 deletions

View File

@@ -561,6 +561,7 @@ init_shaders(PyObject *module) {
draw_cells = &draw_cells_impl;
draw_cursor = &draw_cursor_impl;
free_texture = &free_texture_impl;
send_image_to_gpu = &send_image_to_gpu_impl;
return true;
}
// }}}