| 280 | } |
| 281 | |
| 282 | void imguiGraphDestroy() |
| 283 | { |
| 284 | imguiGraphFontTextureRelease(); |
| 285 | |
| 286 | imguiGraphContextDestroy(); |
| 287 | } |
| 288 | |
| 289 | static void getBakedQuad(stbtt_bakedchar *chardata, int pw, int ph, int char_index, |
| 290 | float *xpos, float *ypos, stbtt_aligned_quad *q) |
no test coverage detected