Refactoring graphics

This commit is contained in:
Dynamitos
2023-10-26 18:37:29 +02:00
parent 28e5c9ff01
commit 1ca861459c
113 changed files with 3131 additions and 3221 deletions
+1 -4
View File
@@ -1,12 +1,9 @@
#include "Mesh.h"
#include "VertexShaderInput.h"
#include "Graphics/Graphics.h"
using namespace Seele;
Mesh::Mesh(PVertexShaderInput vertexInput, Gfx::PIndexBuffer indexBuffer)
: vertexInput(vertexInput)
, indexBuffer(indexBuffer)
Mesh::Mesh()
{
}