所有材质全部使用新方法注册,但此举带来一个问题就是所有代码中的材质代码都被链接,会造成核心可执行程序变大。

This commit is contained in:
2025-05-17 20:47:39 +08:00
parent 0e789b6f47
commit 2e7c2663e0
7 changed files with 22 additions and 23 deletions

View File

@@ -53,7 +53,7 @@ protected:
protected:
VulkanDevice * device =nullptr;
VulkanDevice * device =nullptr;
RenderPass * device_render_pass =nullptr;
SwapchainRenderTarget * sc_render_target =nullptr;