-
-
The function needs to check that the provided format is supported by the decoder for the input ASTC format. E.g. an 8-bit UNORM format for UNORM ASTC formats, an 8-bit SRGB format for SRGB ASTC format…
-
Our workflow only support .ktx and I can't found any tool can do DDS -> KTX conversion, so it'd be great if bc7enc can output to KTX directly.
-
When writing a KTX DXT1 texture, the glTypeSize in the header is equal to zero.
Shouldn't it be equal to one? Based on the KTX format spec (2.4 paragraph)
-
I would recommend to use the coroutines lifecycleScope provided by the androidx libraries to make the coroutines approach even cleaner:
https://developer.android.com/topic/libraries/architecture/coro…
-
**Is your feature request related to a problem? Please describe.**
Some Khronos tools like '[tktx](https://github.khronos.org/KTX-Software/ktxtools/toktx.html)' provide new capabilities to convert di…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
This repository currently has no…
-
I have openjdk 17.0.11 and flutter 3.24.1.
Just when I add dependency on this package build for android fails with error
```
FAILURE: Build failed with an exception.
* What went wrong:
Exec…
-
Hello,
if you add more slots (>8) then script give an error
```
line 111, in ui
test_active = bool(scn.ktx_occupied_render_slots.data[i] == '1')
IndexError: string index out of range
```
-
The Kotlin extensions (KTX) APIs have been added to their respective main modules. For example, all the APIs from firebase-perf-ktx have been added to firebase-perf under the com.google.firebase.perf …