refl register vkframebufferfactory

This commit is contained in:
ouczbs 2024-05-09 17:30:18 +08:00
parent db1938998d
commit a35e47e4b6
2 changed files with 2 additions and 1 deletions

View File

@ -24,6 +24,7 @@
#include <res/ResourceManager.inl> #include <res/ResourceManager.inl>
#include <res/ResourceHandle.inl> #include <res/ResourceHandle.inl>
#include <res/SaveableResourceLoader.inl> #include <res/SaveableResourceLoader.inl>
#include <vkn/VknFrameBufferFactory.inl>
namespace idk::vkn namespace idk::vkn
{ {
@ -37,7 +38,7 @@ void RegisterFactories()
Core::GetResourceManager().RegisterFactory<VulkanShaderModuleFactory>(); Core::GetResourceManager().RegisterFactory<VulkanShaderModuleFactory>();
Core::GetResourceManager().RegisterFactory<VulkanTextureFactory>(); Core::GetResourceManager().RegisterFactory<VulkanTextureFactory>();
Core::GetResourceManager().RegisterFactory<VknRenderTargetFactory>(); Core::GetResourceManager().RegisterFactory<VknRenderTargetFactory>();
//Core::GetResourceManager().RegisterFactory<VknFrameBufferFactory>(); Core::GetResourceManager().RegisterFactory<VknFrameBufferFactory>();
Core::GetResourceManager().RegisterFactory<VulkanCubemapFactory>(); Core::GetResourceManager().RegisterFactory<VulkanCubemapFactory>();
Core::GetResourceManager().RegisterFactory<VulkanFontAtlasFactory>(); Core::GetResourceManager().RegisterFactory<VulkanFontAtlasFactory>();