summaryrefslogtreecommitdiff
path: root/engine/xe_image.hpp
diff options
context:
space:
mode:
authorTyler Murphy <tylermurphy534@gmail.com>2022-09-27 17:03:43 -0400
committerTyler Murphy <tylermurphy534@gmail.com>2022-09-27 17:03:43 -0400
commit9b60b862e58905780bf47f69a34522fde046ebea (patch)
treebda8f9c998cdeec6ad1a5b4fb6e60800dbaca8ad /engine/xe_image.hpp
parentasync chunk meshing (diff)
downloadminecraftvulkan-9b60b862e58905780bf47f69a34522fde046ebea.tar.gz
minecraftvulkan-9b60b862e58905780bf47f69a34522fde046ebea.tar.bz2
minecraftvulkan-9b60b862e58905780bf47f69a34522fde046ebea.zip
procedural chunk loading
Diffstat (limited to 'engine/xe_image.hpp')
-rw-r--r--engine/xe_image.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/xe_image.hpp b/engine/xe_image.hpp
index 6520a95..bc1dad2 100644
--- a/engine/xe_image.hpp
+++ b/engine/xe_image.hpp
@@ -10,7 +10,7 @@ class Image {
public:
- Image(Device &xeDevice, const std::string &filename, bool anisotropic);
+ Image(const std::string &filename, bool anisotropic);
~Image();
Image(const Image&) = delete;