diff options
| author | Andre Weissflog <floooh@gmail.com> | 2024-02-28 18:58:01 +0100 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2024-02-28 18:58:01 +0100 |
| commit | 6e6c8980dd4eead934a005500327538456ccdca3 (patch) | |
| tree | d6abb44eab2567e15f86c213b6842556f4b3710a /sokol_app.h | |
| parent | 90703fa2b02d58c13ec07a26170af62221893f24 (diff) | |
sokol_gfx.h, sokol_app.h: remove a couple of outdated fixmes
Diffstat (limited to 'sokol_app.h')
| -rw-r--r-- | sokol_app.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sokol_app.h b/sokol_app.h index ffcaa02e..e0c3462b 100644 --- a/sokol_app.h +++ b/sokol_app.h @@ -1493,7 +1493,6 @@ typedef struct sapp_range { Note that the actual image pixel format depends on the use case: - window icon pixels are RGBA8 - - cursor images are ??? (FIXME) */ typedef struct sapp_image_desc { int width; |