aboutsummaryrefslogtreecommitdiff
path: root/source/Texture.hpp
diff options
context:
space:
mode:
authorhnOsmium0001 <[email protected]>2022-04-19 12:36:02 -0700
committerhnOsmium0001 <[email protected]>2022-04-19 12:36:02 -0700
commit497a0ddb2ab57f6c517543ca20ea1b8333214710 (patch)
treeaa2b806837310e8abe8fdcc32a5b590496196e2b /source/Texture.hpp
parent2a5234a512c19582d261a7ccb692fc634dcb74f0 (diff)
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;
};