mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-16 10:15:46 -04:00
libretro: Vulkan renderer support
This commit is contained in:
@ -60,6 +60,9 @@ protected:
|
||||
float src_rect_height;
|
||||
};
|
||||
|
||||
// Can be overridden by frontends.
|
||||
virtual VkRenderPass GetRenderPassForDisplay() const;
|
||||
|
||||
virtual bool CreateResources();
|
||||
virtual void DestroyResources();
|
||||
|
||||
|
Reference in New Issue
Block a user