logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

TTF_GPUAtlasDrawSequence - Draw sequence returned by TTF_GetGPUTextDrawData

Availability

       This struct is available since SDL_ttf 3.0.0.

Header File

       Defined in SDL3_ttf/SDL_ttf.h

Name

       TTF_GPUAtlasDrawSequence - Draw sequence returned by TTF_GetGPUTextDrawData

See Also

(3), TTF_GetGPUTextDrawData(3)

SDL_ttf                                           SDL_ttf 3.2.2                  TTF_GPUAtlasDrawSequence(3type)

Synopsis

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

See Also