Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
~StreambufStream
Method · 0.45
ktxTexture_destruct
Function · 0.45
ktxTexture2_IterateLoadLevelFaces
Function · 0.45
ktxTexture2_loadImageDataInt
Function · 0.45
ktxTexture1_IterateLoadLevelFaces
Function · 0.45
ktxTexture1_LoadImageData
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected