Go to file
2023-10-01 23:41:17 +01:00
.gitignore Add .gitignore 2023-10-01 23:37:53 +01:00
aliases.h Add aliases.h 2023-10-01 23:36:57 +01:00
ball.png Test loading and rendering the same texture in 2 different methods 2023-10-01 23:37:08 +01:00
build Add build script 2023-10-01 23:36:44 +01:00
main.c Test loading and rendering the same texture in 2 different methods 2023-10-01 23:37:08 +01:00
README.md Update README.md 2023-10-01 23:41:17 +01:00

SDL_Texture from memory buffer

Quick test of SDL_image's functionality for loading an instance of SDL_Texture from a preloaded memory buffer.