rename from SceneDB to Database

This commit is contained in:
2020-09-02 18:18:57 +08:00
parent 8dbd0b3f2f
commit 79a7c158a8
9 changed files with 50 additions and 50 deletions

View File

@@ -23,7 +23,7 @@ using namespace hgl::graph;
constexpr uint32_t SCREEN_WIDTH=1280;
constexpr uint32_t SCREEN_HEIGHT=720;
vulkan::Renderable *CreateMeshRenderable(SceneDB *db,vulkan::Material *mtl,const MeshData *mesh)
vulkan::Renderable *CreateMeshRenderable(Database *db,vulkan::Material *mtl,const MeshData *mesh)
{
const vulkan::VertexShaderModule *vsm=mtl->GetVertexShaderModule();