Gitly
English
Русский
Español
日本語
中文
Português
Log in
Register
v2
/
thirdparty
/
stb_image
/
stb_v_header.h
6
lines
·
6
sloc
·
158 bytes
·
282bb7408c26a605870039e41d9d4d78d89bcc90
Raw
1
/*
2
* stbi set globals var functions
3
*/
4
void
set_png_compression_level(
int
level);
5
void
write_force_png_filter(
int
level);
6
void
write_tga_with_rle(
int
level);
7