Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support epaint::Shape::Callback(PaintCallback) #294

Closed
PPakalns opened this issue Jul 8, 2024 · 1 comment · Fixed by #303
Closed

Support epaint::Shape::Callback(PaintCallback) #294

PPakalns opened this issue Jul 8, 2024 · 1 comment · Fixed by #303

Comments

@PPakalns
Copy link
Contributor

PPakalns commented Jul 8, 2024

unimplemented!("Paint callbacks aren't supported")

PaintCallback is not supported. This callback allows painting 3D views, visualizations, etc inside egui Windows using underlying backend (bevy rendering / wgpu).

Maybe PaintCallback could somehow get expanded into render graph subgraph.
https://docs.rs/bevy_render/latest/bevy_render/render_graph/struct.RenderGraph.html#method.add_sub_graph

@mvlabat
Copy link
Owner

mvlabat commented Jul 8, 2024

I'm happy to accept a PR implementing this. Unfortunately, I don't have enough capacity to work on this myself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants