Added RegistryCommonModule.cpp

This commit is contained in:
2024-10-24 00:29:16 +08:00
parent e52f7c13a9
commit 1183e44221
6 changed files with 20 additions and 13 deletions

View File

@@ -84,6 +84,11 @@ public:
rr->static_descriptor.AddUBO(mtl::SBS_ViewportInfo.name,ubo_vp_info);
}
VulkanApplicationFramework()
{
RegistryCommonGraphModule();
}
virtual ~VulkanApplicationFramework()
{
CloseShaderCompiler();