-
Notifications
You must be signed in to change notification settings - Fork 237
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expose supercompression functions via JNI #879
Expose supercompression functions via JNI #879
Conversation
interface/java_binding/src/main/java/org/khronos/ktx/KtxTexture2.java
Outdated
Show resolved
Hide resolved
interface/java_binding/src/test/java/org/khronos/ktx/test/KtxTexture2Test.java
Outdated
Show resolved
Hide resolved
# Conflicts: # interface/java_binding/src/test/java/org/khronos/ktx/test/KtxTexture2Test.java
interface/java_binding/src/test/java/org/khronos/ktx/test/KtxTexture2Test.java
Outdated
Show resolved
Hide resolved
@javagl I will be away from Thursday morning for 10 days. If you can make the requested changes and merge the changes from main before 22:00 JST (13:00 UTC) today I can merge before I leave otherwise it will have to wait. |
As I just mentioned in #876 (comment) : It's not time-critical. There are different options for the merge order. And merge conflicts are unlikely. So we don't have to do anything hastily. I'll try to fix the test for the swizzle PR, wrap up this one, and then continue with the 'JNI improvements' one, and we can talk about the merging details when you are back. |
…ssion # Conflicts: # interface/java_binding/src/test/java/org/khronos/ktx/test/KtxTexture2Test.java
Updated:
This builds upon #876 , which is already merged.
It exposes the
deflateZstd
anddeflateZLIB
functions of thektxTexture2
class to the JavaKtxTexture2
class.This is only a tiny part of the changes that are contained in #886 , but could be merged independently.