定义UBOInstance,并将ViewportInfo/CameraInfo两个UBO应用迁移到上面

This commit is contained in:
2025-06-09 23:34:31 +08:00
parent 18d391f01e
commit 3dfb2c65fd
8 changed files with 65 additions and 8 deletions

View File

@@ -15,7 +15,7 @@ VK_NAMESPACE_BEGIN
class RenderFramework;
using UBOViewportInfo=DeviceBufferMap<graph::ViewportInfo>;
using UBOViewportInfo=UBOInstance<graph::ViewportInfo>;
class IRenderTarget
{