Shall not pass 80 characters in width.
This commit is contained in:
+2
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user