Joseph Tarbit
Joseph Tarbit
1.19 port of #8224 The aim of this PR is to provide a simple system for capabilities to synchronize data along side vanilla's synchronization of it's own data. I have...
1.18 port of #7952 The aim of this PR is to provide a simple system for capabilities to synchronize data along side vanilla's synchronization of it's own data. I have...
This allows default methods on service interfaces to be called, although it requires at least Java 16 to function as it makes use of [InvocationHandler#invokeDefault](https://docs.oracle.com/en/java/javase/16/docs/api/java.base/java/lang/reflect/InvocationHandler.html#invokeDefault(java.lang.Object,java.lang.reflect.Method,java.lang.Object...)).
`GrDirectContext` provides the ability to pass in a `GrGLInterface` into the `MakeGL` method (as well as `GrContextOptions`). It would be useful if Skija added support for this method in `DirectContext`....
Any plans for adding Vulkan support?
Fix class cast exception in `ExtensionUtil` - resolves #19
Hi, Just a small PR to add a module-info for those of us using modules and depending on DFU. Due to JSR305 not having a module-info I've also replaced its...