diff options
author | tcmal <me@aria.rip> | 2024-08-25 17:44:20 +0100 |
---|---|---|
committer | tcmal <me@aria.rip> | 2024-08-25 17:44:20 +0100 |
commit | c3683cb91a7142be405aa672fcbae4238a3bde72 (patch) | |
tree | 3069cd8aef8212e864181732a27534008f533d25 /stockton-render/src/draw/mod.rs | |
parent | 7cdb4bb159a7df88390e63c59f0d4c5538d7411b (diff) |
feat(render): texture store
Diffstat (limited to 'stockton-render/src/draw/mod.rs')
-rw-r--r-- | stockton-render/src/draw/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stockton-render/src/draw/mod.rs b/stockton-render/src/draw/mod.rs index 1b6db2a..a1a5780 100644 --- a/stockton-render/src/draw/mod.rs +++ b/stockton-render/src/draw/mod.rs @@ -17,6 +17,7 @@ mod context; mod buffer; +mod texture; pub use self::context::RenderingContext; pub use self::context::UVPoint; |