aboutsummaryrefslogtreecommitdiff
path: root/source/Texture.cpp
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.cpp
parent2a5234a512c19582d261a7ccb692fc634dcb74f0 (diff)
Add hardcoded dependencies for IresManager, migrate Shader to Ires
Diffstat (limited to 'source/Texture.cpp')
-rw-r--r--source/Texture.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/Texture.cpp b/source/Texture.cpp
index 8fd74ac..8fb657a 100644
--- a/source/Texture.cpp
+++ b/source/Texture.cpp
@@ -238,10 +238,10 @@ Texture* IresTexture::GetInstance() {
return mInstance.Get();
}
-void IresTexture::Write(rapidjson::Value& value, rapidjson::Document& root) const {
+void IresTexture::Write(IresWritingContext& ctx, rapidjson::Value& value, rapidjson::Document& root) const {
// TODO
}
-void IresTexture::Read(const rapidjson::Value& value) {
+void IresTexture::Read(IresLoadingContext& ctx, const rapidjson::Value& value) {
// TODO
}