mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-23 16:58:09 +02:00
Accommodate the underpowered Apple lineup
macOS is missing glDrawArraysInstancedBaseInstance
This commit is contained in:
@@ -53,7 +53,7 @@ typedef struct {
|
||||
} Image;
|
||||
|
||||
typedef struct {
|
||||
ImageRect src_rect, dest_rect;
|
||||
float vertices[16];
|
||||
uint32_t texture_id, group_count;
|
||||
int z_index;
|
||||
size_t image_id;
|
||||
|
||||
Reference in New Issue
Block a user