fixing inputs bug, fixing missing depth image destruction in scenes

This commit is contained in:
Kbz-8
2024-10-17 18:35:33 +02:00
parent 74dd8a01e2
commit 0ea0cde668
15 changed files with 104 additions and 108 deletions

View File

@@ -29,7 +29,7 @@ namespace mlx
[[nodiscard]] MLX_FORCEINLINE DepthImage& GetDepth() noexcept { return m_depth; }
[[nodiscard]] MLX_FORCEINLINE ViewerData& GetViewerData() noexcept { return m_viewer_data; }
~Scene() = default;
~Scene();
private:
SceneDescriptor m_descriptor;