Working on RenderTarget example

This commit is contained in:
2022-10-19 00:43:16 -07:00
parent a86574128d
commit f0cbae4cf8
17 changed files with 235 additions and 26 deletions

View File

@ -20,9 +20,9 @@ namespace Dawn {
{
private:
std::shared_ptr<Scene> scene;
std::weak_ptr<DawnHost> host;
public:
std::weak_ptr<DawnHost> host;
RenderManager renderManager;
/**