mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-16 21:45:03 +02:00
Implement sending of image data to GPU
This commit is contained in:
@@ -25,6 +25,7 @@ typedef struct {
|
||||
size_t data_sz;
|
||||
uint8_t *data;
|
||||
bool is_4byte_aligned;
|
||||
bool is_rgb;
|
||||
} LoadData;
|
||||
|
||||
typedef struct {
|
||||
|
||||
Reference in New Issue
Block a user