diff options
| author | Micha White <botahamec@outlook.com> | 2022-10-12 12:06:37 -0400 |
|---|---|---|
| committer | Micha White <botahamec@outlook.com> | 2022-10-12 12:06:37 -0400 |
| commit | 3c1822640f09d23c55a5e9a8fe4d131eb539d2f4 (patch) | |
| tree | d2180000735118faeceb5148c3c5552381e6d0fc /src/lib.rs | |
| parent | 3352e94bade525c9922b448208b1e6c44fc3340d (diff) | |
Move out instance logic
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -15,6 +15,7 @@ mod vertex; pub(crate) use camera::Camera; pub use config::RenderWindowConfig; pub use instance::Instance; +pub(crate) use instance::InstanceBuffer; pub use renderer::Renderer; pub use texture::ImageFormat; pub(crate) use texture::WgpuTextures; |
