Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KhronosGroup/KTX-Software
/ data
Method
data
interface/js_binding/transcoder_wrapper.cpp:91–91 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
89
TranscodedImage(size_t size) : image(size) { }
90
91
uint8_t* data() { return image.data(); }
92
size_t size() { return image.size(); }
93
94
val get_typed_memory_view() {
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