MCPcopy Create free account
hub / github.com/KhronosGroup/KTX-Software / destruct

Method destruct

utils/sbufstream.h:198–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196 }
197
198 static void destruct(ktxStream* str)
199 {
200 auto self = parent(str);
201 self->_destructed = true;
202 }
203
204 T _streambuf;
205 std::ios::openmode _seek_mode;

Callers 6

~StreambufStreamMethod · 0.45
ktxTexture_destructFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected