Redesigning pipeline
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user