Creating Vulkan framebufffers

This commit is contained in:
2021-08-12 19:51:47 -07:00
parent 12e476dc81
commit 3fff761bca
6 changed files with 50 additions and 1 deletions

View File

@@ -150,6 +150,7 @@ public:
VkFormat swapChainImageFormat;
VkExtent2D swapChainExtent;
std::vector<VkImageView> swapChainImageViews;
std::vector<VkFramebuffer> swapChainFramebuffers;
#ifdef WIN32
HWND hWnd;
#endif