WIP: bugfixing

This commit is contained in:
2022-04-24 10:27:17 +03:00
parent f9b82f4397
commit 77b267af4c
7 changed files with 142 additions and 143 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ public:
scene_renderer();
void render(const scene_tree &scene, const std::string &cameraName);
void render(const scene_tree &tree, const std::string &cameraName);
private:
void attach_depth_texture(texture &text) const;