Skip to content
This repository was archived by the owner on Jun 18, 2021. It is now read-only.

Commit 1565ef7

Browse files
committed
wip
1 parent b49cc46 commit 1565ef7

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

src/lib.rs

+15
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,21 @@ use std::{
1212
};
1313

1414
pub use wgt::*;
15+
/*pub use wgc::{
16+
device::{
17+
BIND_BUFFER_ALIGNMENT,
18+
},
19+
instance::{
20+
AdapterInfo,
21+
DeviceType,
22+
},
23+
device::BIND_BUFFER_ALIGNMENT,
24+
instance::{AdapterInfo, DeviceType},
25+
read_spirv,
26+
resource::{
27+
BufferMapAsyncStatus,
28+
},
29+
};*/
1530

1631
//TODO: avoid heap allocating vectors during resource creation.
1732
#[derive(Default, Debug)]

0 commit comments

Comments
 (0)