Quake II RTX doxygen  1.0 dev
stb.c File Reference
#include "shared/shared.h"
#include "common/common.h"
#include "common/zone.h"
#include "stb_image.h"
#include "stb_image_resize.h"
#include "stb_image_write.h"

Go to the source code of this file.

Macros

#define STBI_MALLOC(sz)   Z_Malloc(sz)
 
#define STBI_REALLOC(p, newsz)   Z_Realloc(p,newsz)
 
#define STBI_FREE(p)   Z_Free(p)
 
#define STB_IMAGE_IMPLEMENTATION
 
#define STB_IMAGE_RESIZE_IMPLEMENTATION
 
#define STB_IMAGE_WRITE_IMPLEMENTATION
 

Macro Definition Documentation

◆ STB_IMAGE_IMPLEMENTATION

#define STB_IMAGE_IMPLEMENTATION

Definition at line 28 of file stb.c.

◆ STB_IMAGE_RESIZE_IMPLEMENTATION

#define STB_IMAGE_RESIZE_IMPLEMENTATION

Definition at line 30 of file stb.c.

◆ STB_IMAGE_WRITE_IMPLEMENTATION

#define STB_IMAGE_WRITE_IMPLEMENTATION

Definition at line 32 of file stb.c.

◆ STBI_FREE

#define STBI_FREE (   p)    Z_Free(p)

Definition at line 26 of file stb.c.

◆ STBI_MALLOC

#define STBI_MALLOC (   sz)    Z_Malloc(sz)

Definition at line 24 of file stb.c.

◆ STBI_REALLOC

#define STBI_REALLOC (   p,
  newsz 
)    Z_Realloc(p,newsz)

Definition at line 25 of file stb.c.