The fruits of my labor

This commit is contained in:
2023-01-20 00:00:36 -08:00
parent 2dacb6f904
commit c20d85913c
55 changed files with 563 additions and 459 deletions

View File

@@ -10,16 +10,11 @@
#include "scene/components/display/Material.hpp"
#include "scene/components/display/MeshRenderer.hpp"
#include "scene/components/display/Camera.hpp"
#include "ui/UIComponent.hpp"
namespace Dawn {
class RenderManager;
struct RenderPipelineItem {
MeshRenderer *mesh;
struct ShaderPass pass;
float_t w;
};
class RenderPipeline {
private:
int_fast16_t renderId = -1;