Giuseppe Barbieri
Giuseppe Barbieri
Ah, pity.. then I dont see any easy solution other than remove batik support for the moment..
Yeah, I know, the last goal is to make our end-user application modular, however this is actually prevented by not-first class JPMS support in Gradle + Kotlin But sooner or...
Every module should be independently versioned and then use a platform to align all of them to the i-th snapshots
Hasn't anyone tried to get this resolved directly upstream?
Sorry for the delay, I just updated it, could you give it a try? ``` implementation("kotlin.graphics:imgui-core:1.79+05") implementation("kotlin.graphics:imgui-gl:1.79+05") implementation("kotlin.graphics:imgui-glfw:1.79+05") ```
Temporary fix (valid only for `interpolateAtSample`) this means only for `gl-400-fbo-multisample` and `gl-430-direct-state-access-ext` ``` in vert { vec2 Texcoord; //sample vec2 Texcoord; } Vert; layout(location = FRAG_COLOR, index = 0)...
`interpolateAtSample` works on linux, although through recompilation.. ``` GlDebugOutput.messageSent(): GLDebugEvent[ id 0x20092 type Warning: implementation dependent performance severity Medium: Severe performance/deprecation/other warnings source GL API msg Program/shader state performance warning:...
Sorry for the delay, I just updated it, could you give it a try? ``` implementation("kotlin.graphics:imgui-core:1.79+05") implementation("kotlin.graphics:imgui-gl:1.79+05") implementation("kotlin.graphics:imgui-glfw:1.79+05") ```
hey, did you manage to solve in the meanwhile?
I'd love to do that!