refactored RenderTarget

This commit is contained in:
2025-01-26 23:22:25 +08:00
parent 2576675265
commit 74a5847bbc
9 changed files with 273 additions and 178 deletions

View File

@@ -55,7 +55,7 @@ protected:
GPUDevice * device =nullptr;
RenderPass * device_render_pass =nullptr;
RTSwapchain * sc_render_target =nullptr;
SwapchainRenderTarget * sc_render_target =nullptr;
protected:
@@ -617,4 +617,4 @@ template<typename T> int RunApp(uint w,uint h)
while(app.Run());
return 0;
}
}