save code
This commit is contained in:
@@ -110,8 +110,6 @@ private:
|
||||
void cleanup();
|
||||
void recreateSwapChain();
|
||||
void createInstance();
|
||||
void populateDebugMessengerCreateInfo(VkDebugUtilsMessengerCreateInfoEXT& createInfo);
|
||||
void setupDebugMessenger();
|
||||
|
||||
void createSurface() {
|
||||
if (glfwCreateWindowSurface(instance, window, nullptr, &surface) != VK_SUCCESS) {
|
||||
|
||||
Reference in New Issue
Block a user