Export wgpu crate in shader module in iced_widget
This commit is contained in:
parent
91d7df52cd
commit
63f36b0463
8 changed files with 12 additions and 2 deletions
|
|
@ -1,8 +1,10 @@
|
|||
use crate::primitive;
|
||||
use crate::primitive::cube;
|
||||
use crate::primitive::{Buffer, Uniforms};
|
||||
use crate::wgpu;
|
||||
use crate::wgpu::util::DeviceExt;
|
||||
|
||||
use iced::{Rectangle, Size};
|
||||
use wgpu::util::DeviceExt;
|
||||
|
||||
const SKY_TEXTURE_SIZE: u32 = 128;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue