JetBrains / skija

Java bindings for Skia
Apache License 2.0
2.63k stars 127 forks source link

Support for GrDirectContext::MakeGL with GrGLInterface #143

Closed Sm0keySa1m0n closed 2 years ago

Sm0keySa1m0n commented 2 years ago

It would be useful to be able to specify a GrGLInterface when creating an OpenGL DirectContext. This would allow better integration into existing applications using OpenGL that need more control over the OpenGL state. At the moment Skia will modify the GL state on its own making it harder for applications to keep track of it.

tonsky commented 2 years ago

Sure. Patch?

Sm0keySa1m0n commented 2 years ago

Didn't realise this repo wasn't supported anymore, should I reopen the issue in https://github.com/HumbleUI/Skija ?

tonsky commented 2 years ago

Oh yeah, sorry, I didn’t look at the organization. Yes it’s in Humble UI now

Sm0keySa1m0n commented 2 years ago

Reponed in https://github.com/HumbleUI/Skija/issues/22.