-
From Khronos Bugzilla bug [1397](https://www.khronos.org/bugzilla/show_bug.cgi?id=1397):
AMD Compress also can work with KTX files, can you add this links http://developer.amd.com/tools-and-sdks/ar…
-
I try to load DDS files with mipmaps, but when I create textures from them, it fails because of the mipmaps.
I used the bimg loader first, did not work, then I used https://github.com/septag/dds-ktx …
-
androidx.core:core-ktx is not mapped properly to Xamarin.AndroidX.Core.Core.Ktx because the nuget is not named properly.
-
Hello,
during the last months, I worked a bit with various texture compression formats and ended up writing a simple C-extension as a wrapper around existing C++ libraries.
I would like to add…
K0lb3 updated
2 weeks ago
-
### MAX Plugin Version
Latest
### Unity Version
2022.3.17f1
### Device/Platform Info
Android
### Current Behavior
If I set target sdk to 32 it works fine until I add adapters. Now I have
```
…
-
Currently the function `ktx::Ktx::new` panics if an invalid file is provided:
```
fn main() {
unsafe {
ktx::Ktx::new(std::fs::read("/home/fctorial/.zshrc").unwrap());
}
}
```
…
ghost updated
3 years ago
-
@deurk
CC: @leegarrett
Can you clarify the licensing of various included assets and whether they fall under the GPLv2+ of the project, are proprietary, or otherwise licensed?
sounds: https://gith…
-
I have the following folder structure:
```
$ tree
.
├── dist_dir
├── source_dir
└── terrain_atlas_0.png
```
Trying to run the example given by compressonator for directories like this …
-
**Outdated libs**
Project is using a bit outdated libs (for example `androidx.lifecycle:lifecycle-viewmodel:2.0.0` when `2.2.0-rc03` is available). They should be kept up-to-date so we'll receive new…
-
I’m trying to build an “dedicated” DarkPlaces executable for Android (with `clang` from Android NDK)
(purpose? to host server in Termux or from an apk package, or test if Xonotic on Android is ever p…