mirror of
https://github.com/love2d/love.git
synced 2026-08-16 00:02:12 +02:00
vulkan: fix love.window.setVsync
This commit is contained in:
@@ -58,9 +58,6 @@ public:
|
||||
static uint32_t getNumShaderSwitches();
|
||||
static void resetShaderSwitches();
|
||||
|
||||
static void setVsync(int vsync);
|
||||
static int getVsync();
|
||||
|
||||
static VkFormat getVulkanVertexFormat(DataFormat format);
|
||||
static TextureFormat getTextureFormat(PixelFormat, bool sRGB);
|
||||
static std::string getVendorName(uint32_t vendorId);
|
||||
|
||||
Reference in New Issue
Block a user