MCPcopy Create free account
hub / github.com/ARM-software/astc-encoder / stbiw__writef

Function stbiw__writef

Source/ThirdParty/stb_image_write.h:378–384  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

376}
377
378static void stbiw__writef(stbi__write_context *s, const char *fmt, ...)
379{
380 va_list v;
381 va_start(v, fmt);
382 stbiw__writefv(s, fmt, v);
383 va_end(v);
384}
385
386static void stbiw__write_flush(stbi__write_context *s)
387{

Callers 1

stbi_write_tga_coreFunction · 0.85

Calls 1

stbiw__writefvFunction · 0.85

Tested by

no test coverage detected