vulkan: remove unnecessary code

Since we supply the vulkan headers ourselves
we can be sure that all the definitions used are there.
This commit is contained in:
niki
2022-10-06 01:18:27 +02:00
parent c89cca9e60
commit a95ff597d5
6 changed files with 2 additions and 105 deletions
-1
View File
@@ -61,7 +61,6 @@ public:
static void setVsync(int vsync);
static int getVsync();
static uint32_t getSupportedVulkanApiVersion(uint32_t suggested);
static VkFormat getVulkanVertexFormat(DataFormat format);
static TextureFormat getTextureFormat(PixelFormat, bool sRGB);
static std::string getVendorName(uint32_t vendorId);