mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-16 19:15:45 -04:00
libretro: Vulkan renderer support
This commit is contained in:
@ -97,5 +97,6 @@ bool LoadVulkanLibrary();
|
||||
bool LoadVulkanInstanceFunctions(VkInstance instance);
|
||||
bool LoadVulkanDeviceFunctions(VkDevice device);
|
||||
void UnloadVulkanLibrary();
|
||||
void ResetVulkanLibraryFunctionPointers();
|
||||
|
||||
} // namespace Vulkan
|
||||
|
Reference in New Issue
Block a user