minor cleanup

This commit is contained in:
asrael 2025-10-19 01:04:42 -05:00
parent 865a2b4518
commit e862b02019

View file

@ -8,10 +8,10 @@
#include <SDL3/SDL_main.h>
typedef struct pxl8_sdl3_context {
SDL_Window* window;
SDL_Renderer* renderer;
SDL_Texture* framebuffer_texture;
SDL_Texture* atlas_texture;
SDL_Texture* framebuffer_texture;
SDL_Renderer* renderer;
SDL_Window* window;
u32* rgba_buffer;
size_t rgba_buffer_size;