#include"SDL3_ttf/SDL_ttf.h"typedefstructTTF_GPUAtlasDrawSequence{SDL_GPUTexture*atlas_texture;/**<Textureatlasthatstorestheglyphs*/SDL_FPoint*xy;/**<Anarrayofvertexpositions*/SDL_FPoint*uv;/**<Anarrayofnormalizedtexturecoordinatesforeachvertex*/intnum_vertices;/**<Numberofvertices*/int*indices;/**<Anarrayofindicesintothe'vertices'arrays*/intnum_indices;/**<Numberofindices*/TTF_ImageTypeimage_type;/**<Theimagetypeofthisdrawsequence*/structTTF_GPUAtlasDrawSequence*next;/**<Thenextsequence(willbeNULLincaseofthelastsequence)*/}TTF_GPUAtlasDrawSequence;