Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ktxTexture_CreateFromMemory
Function · 0.85
ktxErrorString
Function · 0.85
texture
Class · 0.85
ktxTexture2_CreateCopy
Function · 0.85
printf
Function · 0.85
ktxTexture2_Create
Function · 0.85
isTexture2
Method · 0.80
resize
Method · 0.45
data
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected