Moved program icon drawing into handmade layer.

This commit is contained in:
2026-05-29 15:24:46 -07:00
parent 94e20cdff5
commit 1ba8acfe51
5 changed files with 48 additions and 169 deletions
+1 -2
View File
@@ -24,8 +24,7 @@ typedef struct sdl_window_position {
} sdl_window_position;
typedef struct offscreen_buffer {
/* Pixels are always 32-bit and have the bytes in BGRX
* (little-endian). */
/* Pixels are always 32-bit and have the bytes in BGRX (little-endian). */
SDL_Texture *Texture;
void *Memory;
S32 Width;