More shader related stuff

This commit is contained in:
2026-02-20 10:24:33 +00:00
parent b51ee7e997
commit 3cf8ef62bf
4 changed files with 13 additions and 0 deletions

View File

@@ -15,6 +15,8 @@ class CveWindow {
CveWindow &operator=(const CveWindow &) = delete;
bool shouldClose() { return glfwWindowShouldClose(window); };
void createWindowSurface(VkInstance instance, VkSurfaceKHR *surface);
private:
void initWindow();