optozorax / egui-macroquad

egui bindings for macroquad

Home Page:https://optozorax.github.io/egui-macroquad/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Set render target

brianwp3000 opened this issue · comments

Is it possible for equi-macroquad to use the current macroquad camera settings? Ideally it would use the camera's zoom/rotation/etc, but most important is the current camera's render_target.
I want to be able to render egui to a texture, but it's not currently possible with egui-macroquad.

I'm afraid this is not possible because of core crate egui-miniquad architecture. There really nothing to tweak on egui-macroquad side.