#include <stdarg.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <assert.h>
Go to the source code of this file.
Functions | |
int | stbi_write_png (char const *filename, int w, int h, int comp, const void *data, int stride_in_bytes) |
int | stbi_write_bmp (char const *filename, int w, int h, int comp, const void *data) |
int | stbi_write_tga (char const *filename, int w, int h, int comp, const void *data) |
Referenced by GPU_SaveSurface(), and SaveImage().
int stbi_write_png | ( | char const * | filename, |
int | w, | ||
int | h, | ||
int | comp, | ||
const void * | data, | ||
int | stride_in_bytes | ||
) |
Referenced by GPU_SaveSurface(), and SaveImage().
Referenced by GPU_SaveSurface(), and SaveImage().