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

Method texture

interface/js_binding/ktx_wrapper.cpp:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19 {
20 private:
21 texture(ktxTexture* ptr)
22 : m_ptr{ ptr, &destroy }
23 {
24 }
25
26 texture() : m_ptr{ nullptr, &destroy }
27 {

Callers

nothing calls this directly

Calls 10

ktxErrorStringFunction · 0.85
textureClass · 0.85
ktxTexture2_CreateCopyFunction · 0.85
printfFunction · 0.85
ktxTexture2_CreateFunction · 0.85
isTexture2Method · 0.80
resizeMethod · 0.45
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected