Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OAID/Tengine
/ stbi__end_write_file
Function
stbi__end_write_file
core/include/stb_image_write.h:145–148 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
143
}
144
145
static void stbi__end_write_file(stbi__write_context* s)
146
{
147
fclose(( FILE* )s->context);
148
}
149
150
#endif // !STBI_WRITE_NO_STDIO
151
Callers
4
stbi_write_bmp
Function · 0.85
stbi_write_tga
Function · 0.85
stbi_write_hdr
Function · 0.85
stbi_write_jpg
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected