Redesigning pipeline

This commit is contained in:
2026-02-20 11:30:18 +00:00
parent 38dd0e732c
commit 6d22df0c46
8 changed files with 533 additions and 10 deletions

View File

@@ -15,6 +15,7 @@ class CveWindow {
CveWindow &operator=(const CveWindow &) = delete;
bool shouldClose() { return glfwWindowShouldClose(window); };
VkExtent2D getExtent() { return { static_cast<uint32_t>(width), static_cast<uint32_t>(height) }; };
void createWindowSurface(VkInstance instance, VkSurfaceKHR *surface);
private: