Small tweaks before rewrite
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
#include <vector>
|
||||
#include <optional>
|
||||
|
||||
#include <stdio.h>
|
||||
#include <cstdio>
|
||||
|
||||
#include <vulkan/vulkan.h>
|
||||
|
||||
@@ -125,6 +125,7 @@ private:
|
||||
VkSurfaceFormatKHR chooseSwapSurfaceFormat(const std::vector<VkSurfaceFormatKHR>&);
|
||||
VkPresentModeKHR chooseSwapPresentMode(const std::vector<VkPresentModeKHR>&);
|
||||
VkExtent2D chooseSwapExtent(const VkSurfaceCapabilitiesKHR&);
|
||||
|
||||
// Validation layer stuff
|
||||
void setupDebugMessenger();
|
||||
bool checkValidationLayerSupport();
|
||||
|
||||
Reference in New Issue
Block a user