1
0
Fork 0
mirror of https://github.com/ocornut/imgui.git synced 2026-01-09 23:54:20 +00:00

Textures: ImTextureData::GetPixels() returns void* for clarity.

This commit is contained in:
ocornut 2025-06-20 15:15:27 +02:00
parent 9a50c09172
commit 2f9c518ca8
3 changed files with 7 additions and 7 deletions

View file

@ -3746,7 +3746,7 @@ struct ImFontAtlasPostProcessData
ImFontGlyph* Glyph;
// Pixel data
unsigned char* Pixels;
void* Pixels;
ImTextureFormat Format;
int Pitch;
int Width;