newly RenderTarget&SwapchainRenderTarget class

This commit is contained in:
2021-12-15 19:57:35 +08:00
parent 96dc95276b
commit 87293f778c
6 changed files with 69 additions and 36 deletions

View File

@@ -33,6 +33,7 @@ class VulkanInstance;
class GPUPhysicalDevice;
class GPUDevice;
struct GPUDeviceAttribute;
class GPUQueue;
class ImageView;
class Framebuffer;
struct Swapchain;