完成Vulkan渲染后端

This commit is contained in:
2026-07-13 10:19:30 +08:00
parent cd5efa8ea4
commit 3c9592da45
8 changed files with 736 additions and 234 deletions
+2
View File
@@ -17,6 +17,8 @@ public:
explicit DynamicRenderer(const QString &backend, QObject *parent = nullptr);
virtual ~DynamicRenderer() override;
using Renderer::Blit;
bool Load();
bool InitWithOpenGLContext(QOpenGLContext *context);
bool GetBackendInfo(OakRenderBackendInfo *out_info) const;