OpenRaider  0.1.4-dev
Open Source Tomb Raider Game Engine implementation
Functions
stb_image_write.h File Reference
This graph shows which files directly or indirectly include this file:

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)
 

Function Documentation

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 
)