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

Method getDataSize

interface/js_binding/ktx_wrapper.cpp:128–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126 }
127
128 uint32_t getDataSize() const
129 {
130 return ktxTexture_GetDataSize(m_ptr.get());
131 }
132
133 uint32_t baseWidth() const
134 {

Callers

nothing calls this directly

Calls 2

ktxTexture_GetDataSizeFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected