mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 03:54:57 +00:00
Vulkan: Remove unused swap chain functions
These were added in5e29508b8f
and1f2d43c870
, but were replaced with CONFIG_CHANGE_BIT_VSYNC and CONFIG_CHANGE_BIT_STEREO_MODE ine4b205c769
.
This commit is contained in:
parent
b6a18b0da5
commit
da7aded00d
1 changed files with 0 additions and 2 deletions
|
@ -34,8 +34,6 @@ public:
|
|||
VkSurfaceKHR GetSurface() const { return m_surface; }
|
||||
VkSurfaceFormatKHR GetSurfaceFormat() const { return m_surface_format; }
|
||||
AbstractTextureFormat GetTextureFormat() const { return m_texture_format; }
|
||||
bool IsVSyncEnabled() const { return m_vsync_enabled; }
|
||||
bool IsStereoEnabled() const { return m_layers == 2; }
|
||||
VkSwapchainKHR GetSwapChain() const { return m_swap_chain; }
|
||||
u32 GetWidth() const { return m_width; }
|
||||
u32 GetHeight() const { return m_height; }
|
||||
|
|
Loading…
Add table
Reference in a new issue