-
I'm writing an emulator and I need to render on-screen a buffer like Vec... How I can do this? Using egui::Image? Or Texture? I'm reading all docs but I don't have found anything related. |
Beta Was this translation helpful? Give feedback.
Answered by
emilk
Aug 29, 2021
Replies: 1 comment 5 replies
-
Are you using |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
guerinoni
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Are you using
eframe
? If so, use the texture allocator: https://docs.rs/epi/0.14.0/epi/struct.Frame.html#method.tex_allocator together withegui::Image