Shall not pass 80 characters in width.

This commit is contained in:
2026-03-22 11:34:06 -07:00
parent 8af1c59bb6
commit b6f7e027b6
5 changed files with 589 additions and 229 deletions
+2 -1
View File
@@ -12,7 +12,8 @@ typedef struct sdl_window_dimension {
} sdl_window_dimension;
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;