Moving projection to viewport

This commit is contained in:
Dynamitos
2022-11-30 10:19:45 +01:00
parent 1e04da963d
commit 3c7346cf7b
18 changed files with 87 additions and 86 deletions
+2 -4
View File
@@ -1,5 +1,5 @@
#pragma once
#include "Graphics/GraphicsResources.h"
#include "Asset/MeshAsset.h"
namespace Seele
{
@@ -7,9 +7,7 @@ namespace Component
{
struct StaticMesh
{
PVertexShaderInput vertexBuffer;
Gfx::PIndexBuffer indexBuffer;
PMaterialAsset material;
PMeshAsset mesh;
};
} // namespace Component
} // namespace Seele