minor cleanup
This commit is contained in:
parent
865a2b4518
commit
e862b02019
1 changed files with 3 additions and 3 deletions
|
|
@ -8,10 +8,10 @@
|
||||||
#include <SDL3/SDL_main.h>
|
#include <SDL3/SDL_main.h>
|
||||||
|
|
||||||
typedef struct pxl8_sdl3_context {
|
typedef struct pxl8_sdl3_context {
|
||||||
SDL_Window* window;
|
|
||||||
SDL_Renderer* renderer;
|
|
||||||
SDL_Texture* framebuffer_texture;
|
|
||||||
SDL_Texture* atlas_texture;
|
SDL_Texture* atlas_texture;
|
||||||
|
SDL_Texture* framebuffer_texture;
|
||||||
|
SDL_Renderer* renderer;
|
||||||
|
SDL_Window* window;
|
||||||
|
|
||||||
u32* rgba_buffer;
|
u32* rgba_buffer;
|
||||||
size_t rgba_buffer_size;
|
size_t rgba_buffer_size;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue