MCPcopy Create free account
hub / github.com/BinomialLLC/basis_universal / close

Method close

python/basisu_py/transcoder.py:212–214  ·  view source on GitHub ↗
(self, ktx2_handle: KTX2Handle)

Source from the content-addressed store, hash-verified

210 return KTX2Handle(ptr, handle)
211
212 def close(self, ktx2_handle: KTX2Handle):
213 self.ktx2_close(ktx2_handle.handle)
214 self._free(ktx2_handle.ptr)
215
216 # ---- Basic queries ----
217 def get_width(self, ktx2_handle: KTX2Handle):

Callers 9

mainFunction · 0.95
test_backendFunction · 0.95
decode_rgbaMethod · 0.95
decode_rgba_hdrMethod · 0.95
transcode_tfmtMethod · 0.95
transcodeMethod · 0.95
save_ddsMethod · 0.45

Calls 1

ktx2_closeMethod · 0.80

Tested by 1

test_backendFunction · 0.76