Accommodate the underpowered Apple lineup

macOS is missing glDrawArraysInstancedBaseInstance
This commit is contained in:
Kovid Goyal
2017-10-04 21:54:59 +05:30
parent c726a15ed4
commit 952f0ad98c
4 changed files with 18 additions and 28 deletions

View File

@@ -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;