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

This commit is contained in:
ocornut
2025-06-20 15:17:13 +02:00
parent 9a50c09172
commit 2f9c518ca8
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -3746,7 +3746,7 @@ struct ImFontAtlasPostProcessData
ImFontGlyph* Glyph;
// Pixel data
unsigned char* Pixels;
void* Pixels;
ImTextureFormat Format;
int Pitch;
int Width;