diff options
Diffstat (limited to 'stockton-render/src/draw/texture/mod.rs')
-rw-r--r-- | stockton-render/src/draw/texture/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stockton-render/src/draw/texture/mod.rs b/stockton-render/src/draw/texture/mod.rs index 43c89d5..62b28c5 100644 --- a/stockton-render/src/draw/texture/mod.rs +++ b/stockton-render/src/draw/texture/mod.rs @@ -10,6 +10,7 @@ mod staging_buffer; pub use self::block::TexturesBlock; pub use self::image::LoadableImage; +pub use self::load::TextureLoadConfig; pub use self::loader::BlockRef; pub use self::repo::TextureRepo; |