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:
parent
9a50c09172
commit
2f9c518ca8
3 changed files with 7 additions and 7 deletions
|
|
@ -3746,7 +3746,7 @@ struct ImFontAtlasPostProcessData
|
|||
ImFontGlyph* Glyph;
|
||||
|
||||
// Pixel data
|
||||
unsigned char* Pixels;
|
||||
void* Pixels;
|
||||
ImTextureFormat Format;
|
||||
int Pitch;
|
||||
int Width;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue