-
When i am trying this code with kotlin ktx gradle buid this code not working.Getting so many error
-
Is KTX support planned? According to the replies in the [forum](https://forum.readyplayer.me/t/ktx-texture-format/83), development was on hold because KTX support in `gltf-transform` was introduced in…
-
so I set my build.gradle.kts file and settings.gradle.kts files like this
**build.gradle.kts(app) file:**
```
plugins {
id("com.android.application")
}
android {
namespace = "--my…
-
Hi!
When the KTX loader works perfectly fine when loading a KTX file thats not encoded with ETC1S... does this loader just not support that type or is it broken!?
It errors out on
System.I…
-
Not sure why `--normalize` was removed from `encode` and `create` but its still referred to in the docs within `--normal-mode`
```
--normal-mode Optimizes for encoding textures with norm…
-
@Silverlan requested (on a different ticket):
Support for the KTX-format would be great!
https://www.khronos.org/opengles/sdk/tools/KTX/file_format_spec/
-
### Android framework version
net8.0-android
### Affected platform version
.NET 8.0.400
### Description
It all boils down to the dependency `Xamarin.AndroidX.Lifecycle.Runtime` being used by the …
-
Currently .png and .jpeg are the only options supported on export.
I'm requesting that KTX2 be added to that list, which is the format to support/complete the gltf pipeline.
PNG's and JPEG's can…
-
Thanks for an excellent tool. I am using it in the cubemap examples for my Vulkan helper library, Vookoo.
I have seen a potential bug in the KTX write code when rounding is following
GL_UNPACK_ALI…
-
[KTX](https://registry.khronos.org/KTX/specs/1.0/ktxspec_v1.html) (Khronos Texture) is a texture container format from Khronos. It is a main competitor of DDS. Dagon has fairly good support for the la…