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

@@ -37,7 +37,7 @@ class ImageView;
class Framebuffer;
struct Swapchain;
class RenderTarget;
class RTSwapchain;
class SwapchainRenderTarget;
class Texture;
class Texture1D;