ImageDesc

sapp_image_desc

This is used to describe image data to sokol_app.h (at first, window icons, later maybe cursor images).

Note that the actual image pixel format depends on the use case:

- window icon pixels are RGBA

extern (C)
struct ImageDesc {}

Members

Variables

height
int height;
Undocumented in source.
pixels
Range pixels;
Undocumented in source.
width
int width;
Undocumented in source.

Meta