summaryrefslogtreecommitdiffstats
path: root/src/runtimerender/graphobjects/Qt3DSRenderEffect.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtimerender/graphobjects/Qt3DSRenderEffect.h')
-rw-r--r--src/runtimerender/graphobjects/Qt3DSRenderEffect.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/runtimerender/graphobjects/Qt3DSRenderEffect.h b/src/runtimerender/graphobjects/Qt3DSRenderEffect.h
index 1ffc95f..e0db3d9 100644
--- a/src/runtimerender/graphobjects/Qt3DSRenderEffect.h
+++ b/src/runtimerender/graphobjects/Qt3DSRenderEffect.h
@@ -66,6 +66,8 @@ namespace render {
typedef qt3ds::foundation::nvhash_map<CRegisteredString, SImage *> TImageMapHash;
TImageMapHash *m_imageMaps;
+ CRegisteredString m_error;
+
void Initialize();
// If our active flag value changes, then we ask the effect manager
@@ -74,6 +76,9 @@ namespace render {
void Reset(IEffectSystem &inSystem);
+ CRegisteredString GetError() const;
+ void SetError(const CRegisteredString &error);
+
// Generic method used during serialization
// to remap string and object pointers
template <typename TRemapperType>