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

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
grovesNL committed Mar 27, 2020
1 parent b49cc46 commit 1565ef7
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,21 @@ use std::{
};

pub use wgt::*;
/*pub use wgc::{
device::{
BIND_BUFFER_ALIGNMENT,
},
instance::{
AdapterInfo,
DeviceType,
},
device::BIND_BUFFER_ALIGNMENT,
instance::{AdapterInfo, DeviceType},
read_spirv,
resource::{
BufferMapAsyncStatus,
},
};*/

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

0 comments on commit 1565ef7

Please # to comment.