aboutsummaryrefslogtreecommitdiff
path: root/stockton-render/src/draw/texture/mod.rs
diff options
context:
space:
mode:
authortcmal <me@aria.rip>2024-08-25 17:44:21 +0100
committertcmal <me@aria.rip>2024-08-25 17:44:21 +0100
commit82d3355a7e265f84f7ef229c3e7841b485f2b43f (patch)
treebb02250d42759916596573cd22f10f3e249adc9c /stockton-render/src/draw/texture/mod.rs
parentbb1fb24290654394cd0a32c3a6b3d98e5131088d (diff)
refactor(render): docs/comments and error handling for missing textures
Diffstat (limited to 'stockton-render/src/draw/texture/mod.rs')
-rw-r--r--stockton-render/src/draw/texture/mod.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/stockton-render/src/draw/texture/mod.rs b/stockton-render/src/draw/texture/mod.rs
index 896e1d2..9951eeb 100644
--- a/stockton-render/src/draw/texture/mod.rs
+++ b/stockton-render/src/draw/texture/mod.rs
@@ -13,6 +13,8 @@
// You should have received a copy of the GNU General Public License along
// with this program. If not, see <http://www.gnu.org/licenses/>.
+//! Everything related to loading textures into GPU memory
+
mod resolver;
mod image;
mod chunk;