summaryrefslogtreecommitdiffstats
path: root/src/render/backend/resourceaccessor_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/backend/resourceaccessor_p.h')
-rw-r--r--src/render/backend/resourceaccessor_p.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/render/backend/resourceaccessor_p.h b/src/render/backend/resourceaccessor_p.h
index ec53a04a2..6ceb8677b 100644
--- a/src/render/backend/resourceaccessor_p.h
+++ b/src/render/backend/resourceaccessor_p.h
@@ -89,10 +89,10 @@ public:
ResourceAccessor(NodeManagers *mgr);
bool accessResource(ResourceType type, Qt3DCore::QNodeId nodeId, void **handle, QMutex **lock) final;
private:
- GLTextureManager *m_glTextureManager;
- TextureManager *m_textureManager;
- AttachmentManager *m_attachmentManager;
- EntityManager *m_entityManager;
+// GLTextureManager *m_glTextureManager;
+// TextureManager *m_textureManager;
+// AttachmentManager *m_attachmentManager;
+// EntityManager *m_entityManager;
};
} // namespace Render