aboutsummaryrefslogtreecommitdiff
path: root/source/Texture.hpp
diff options
context:
space:
mode:
authorrtk0c <[email protected]>2022-04-19 12:36:02 -0700
committerrtk0c <[email protected]>2022-04-19 12:36:02 -0700
commit3290bb2b2dec223f0312c6d5fc3edf71d5d6e46f (patch)
tree1293b330f07ef410b1aea22e338c99c5ca07356b /source/Texture.hpp
parent07e8754e4d799e44678b595177e79e6eaa621268 (diff)
Changeset: 12 Add hardcoded dependencies for IresManager, migrate Shader to Ires
Diffstat (limited to 'source/Texture.hpp')
-rw-r--r--source/Texture.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/Texture.hpp b/source/Texture.hpp
index ef4d136..108dfa7 100644
--- a/source/Texture.hpp
+++ b/source/Texture.hpp
@@ -94,6 +94,6 @@ public:
Texture* CreateInstance() const;
Texture* GetInstance();
- void Write(rapidjson::Value& value, rapidjson::Document& root) const override;
- void Read(const rapidjson::Value& value) override;
+ void Write(IresWritingContext& ctx, rapidjson::Value& value, rapidjson::Document& root) const override;
+ void Read(IresLoadingContext& ctx, const rapidjson::Value& value) override;
};