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

Refactor EguiNode to support rendering to images #325

Merged
merged 1 commit into from
Dec 3, 2024

Conversation

vladbat00
Copy link
Owner

This removes EguiRenderToTextureNode and incorporates all the (mostly duplicated) code into EguiNode.

Now users can also customize load_op for "render to image" nodes via the EguiRenderToImage::load_op, in case users want to render the UI on top of existing pixels.

@vladbat00 vladbat00 self-assigned this Dec 1, 2024
@vladbat00 vladbat00 force-pushed the refactor-egui-render-node branch from 3601d5e to f6ee4b6 Compare December 1, 2024 12:36
@vladbat00 vladbat00 force-pushed the refactor-egui-render-node branch from f6ee4b6 to ae713d4 Compare December 1, 2024 12:40
@vladbat00 vladbat00 merged commit 581a0e1 into main Dec 3, 2024
39 checks passed
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 this pull request may close these issues.

1 participant