Loading logic moved to Asset classes

This commit is contained in:
Dynamitos
2020-06-08 01:44:47 +02:00
parent 356e6058fe
commit ab4a3b5e23
50 changed files with 966 additions and 558 deletions
+3 -3
View File
@@ -50,11 +50,11 @@ struct MeshBatch
uint8 isCastingShadow : 1;
uint8 useWireframe : 1;
const Gfx::SePrimitiveTopology topology;
Gfx::SePrimitiveTopology topology;
const PVertexFactory vertexFactory;
PVertexFactory vertexFactory;
const PMaterial material;
PMaterial material;
inline int32 getNumPrimitives() const
{