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

Method get_levels

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

Source from the content-addressed store, hash-verified

221 return self.ktx2_get_height(ktx2_handle.handle)
222
223 def get_levels(self, ktx2_handle: KTX2Handle):
224 return self.ktx2_get_levels(ktx2_handle.handle)
225
226 def get_faces(self, ktx2_handle: KTX2Handle):
227 return self.ktx2_get_faces(ktx2_handle.handle)

Callers 11

test_backendFunction · 0.95
transcode_hdrFunction · 0.45
dump_all_top_levelFunction · 0.45
dump_per_level_infoFunction · 0.45
explode_transcodeFunction · 0.45
explode_decode_imagesFunction · 0.45
bt_ktx2_get_levelsFunction · 0.45
getLevelsMethod · 0.45
mainFunction · 0.45

Calls 1

ktx2_get_levelsMethod · 0.80

Tested by 1

test_backendFunction · 0.76