ngl: remove unnecessary suffix array

We didn't end up using this in the final version, so we can just delete
it and avoid MSVC issues.
This commit is contained in:
Christian Hergert 2021-03-03 13:03:24 -08:00
parent b533bba3f3
commit b368d3abde

View File

@ -85,11 +85,6 @@ typedef struct _GskNglTextureAtlasEntry
/* When true, backref is an atlas, otherwise texture */
guint is_atlased : 1;
/* Suffix data that is per-library specific. gpointer used to
* guarantee the alignment for the entries using this.
*/
gpointer data[0];
} GskNglTextureAtlasEntry;
typedef struct _GskNglTextureLibrary