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

Method State

samples/shared/lodepng.cpp:5956–5959  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5954#ifdef LODEPNG_COMPILE_PNG
5955
5956State::State()
5957{
5958 lodepng_state_init(this);
5959}
5960
5961State::State(const State& other)
5962{

Callers

nothing calls this directly

Calls 2

lodepng_state_initFunction · 0.85
lodepng_state_copyFunction · 0.85

Tested by

no test coverage detected