tauri-egui icon indicating copy to clipboard operation
tauri-egui copied to clipboard

How to set eframe features wgpu?

Open zyk-mjzs opened this issue 2 years ago • 2 comments

How to set eframe features wgpu?

default is glow, but wgpu is better

eframe with glow and resize window will shake

zyk-mjzs avatar Jan 20 '23 09:01 zyk-mjzs

If I understand the question right, you have a sample in the examples: https://github.com/tauri-apps/tauri-egui/blob/dev/examples/egui_demo_app/src/apps/custom3d_wgpu.rs

melMass avatar Mar 02 '23 13:03 melMass

If I understand the question right, you have a sample in the examples: https://github.com/tauri-apps/tauri-egui/blob/dev/examples/egui_demo_app/src/apps/custom3d_wgpu.rs

Thx, it also is a way to do

zyk-mjzs avatar Mar 03 '23 03:03 zyk-mjzs