Hello. Is it possible to render a Compose UI to an...
# compose
f
Hello. Is it possible to render a Compose UI to an OpenGL texture?
c
I’ve done this but what’s your use case?
I put a ComposeView in a VirtualDisplay backed by a Surface backed by a SurfaceTexture
There may be a better approach but this works well for my use case