HumbleUI / Skija

Java bindings for Skia
Apache License 2.0
498 stars 34 forks source link

Create an image from backend texture handle #67

Open THEREALWWEFAN231 opened 3 months ago

THEREALWWEFAN231 commented 3 months ago

I think I'd be cool if you could create an Image from a texture already on the GPU. For example I'm using opengl and do some native rendering to a frame buffer and would like to pass the frame buffers texture id to skia to render it on a canvas and do some effects with it, or even better yet just create an Image from a framebuffer id.

tonsky commented 3 months ago

You should ask for it in Skia google group I think