MCPcopy Create free account
hub / github.com/ValveSoftware/openvr / LodePNGText_init

Function LodePNGText_init

samples/shared/lodepng.cpp:2727–2732  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2725/******************************************************************************/
2726
2727static void LodePNGText_init(LodePNGInfo* info)
2728{
2729 info->text_num = 0;
2730 info->text_keys = NULL;
2731 info->text_strings = NULL;
2732}
2733
2734static void LodePNGText_cleanup(LodePNGInfo* info)
2735{

Callers 1

lodepng_info_initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected