材质增加属性,读取增加函数提升易用性

This commit is contained in:
2019-05-31 19:03:25 +08:00
parent 188b8f9c2a
commit 8ee242f233
6 changed files with 113 additions and 66 deletions

View File

@@ -40,6 +40,11 @@ namespace hgl
}
};//struct MeshFileHeader
#pragma pack(pop)
struct MeshData
{
VkPrimitiveTopology primitive;
};//
}//namespace graph
}//namespace hgl
#endif//HGL_GRAPH_MESH_INCLUDE