First pass of new shader manager

This commit is contained in:
2023-04-04 21:49:20 -07:00
parent e51818f748
commit 685bc5b9c9
27 changed files with 303 additions and 32 deletions

View File

@ -5,7 +5,7 @@
#pragma once
#include "scene/SceneItemComponent.hpp"
#include "display/shader/Shader.hpp"
#include "display/shader/ShaderManager.hpp"
namespace Dawn {
class Material : public SceneItemComponent {