Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KhronosGroup/KTX-Software
/ size
Method
size
interface/js_binding/transcoder_wrapper.cpp:92–92 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
90
91
uint8_t* data() { return image.data(); }
92
size_t size() { return image.size(); }
93
94
val get_typed_memory_view() {
95
return val(typed_memory_view(image.size(), image.data()));
Callers
8
get_typed_memory_view
Method · 0.45
decode_palettes
Method · 0.45
decode_tables
Method · 0.45
transcode_image
Method · 0.45
transcode_image
Method · 0.45
texture
Method · 0.45
setImageFromMemory
Method · 0.45
addKVPair
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected