1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-01 22:30:03 -04:00

wgpu upgraded to 0.15. demo working on linux

This commit is contained in:
Red Artist
2023-01-26 11:42:15 +05:30
parent 8ce0e1c520
commit 2ec63db81d
9 changed files with 266 additions and 33 deletions

View File

@@ -1,8 +1,8 @@
use std::{num::NonZeroU64, sync::Arc};
use eframe::{
egui_wgpu::wgpu::util::DeviceExt,
egui_wgpu::{self, wgpu},
wgpu::util::DeviceExt,
};
pub struct Custom3d {