diff options
Diffstat (limited to 'engine/xe_engine.hpp')
-rw-r--r-- | engine/xe_engine.hpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/engine/xe_engine.hpp b/engine/xe_engine.hpp index ae75afa..b181688 100644 --- a/engine/xe_engine.hpp +++ b/engine/xe_engine.hpp @@ -40,9 +40,7 @@ class Engine { static Engine* getInstance(); private: - - void loadDescriptorPool(); - + Window xeWindow; Device xeDevice; Renderer xeRenderer; @@ -54,8 +52,6 @@ class Engine { float FOV = 50.f; - std::unique_ptr<DescriptorPool> xeDescriptorPool; - friend class RenderSystem; friend class Image; friend class Model; |