mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-15 03:35:47 -04:00
VulkanHostDisplay: Fix software cursor rendering
This commit is contained in:
@ -79,7 +79,7 @@ protected:
|
||||
|
||||
VkDescriptorSetLayout m_descriptor_set_layout = VK_NULL_HANDLE;
|
||||
VkPipelineLayout m_pipeline_layout = VK_NULL_HANDLE;
|
||||
VkPipeline m_software_cursor_pipeline = VK_NULL_HANDLE;
|
||||
VkPipeline m_cursor_pipeline = VK_NULL_HANDLE;
|
||||
VkPipeline m_display_pipeline = VK_NULL_HANDLE;
|
||||
VkSampler m_point_sampler = VK_NULL_HANDLE;
|
||||
VkSampler m_linear_sampler = VK_NULL_HANDLE;
|
||||
|
Reference in New Issue
Block a user