Skip to content

Commit

Permalink
Add support for loading TGA images
Browse files Browse the repository at this point in the history
  • Loading branch information
flibitijibibo committed Jan 30, 2024
1 parent 3b0bee8 commit 6bd404b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/FNA3D_Image.c
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ extern void FNA3D_LogWarn(const char *fmt, ...);
/* These are per the Texture2D.SaveAs* spec */
#define STBIW_ONLY_PNG
#define STBIW_ONLY_JPEG
#define STBIW_ONLY_TGA

#define STBI_NO_STDIO
#define STB_IMAGE_STATIC
Expand Down

0 comments on commit 6bd404b

Please sign in to comment.