13 lines
498 B
C
13 lines
498 B
C
/* Automatically generated from Vulkan vk.xml; DO NOT EDIT! */
|
|
|
|
#ifndef __WINE_VULKAN_THUNKS_H
|
|
#define __WINE_VULKAN_THUNKS_H
|
|
|
|
/* For use by vk_icdGetInstanceProcAddr / vkGetInstanceProcAddr */
|
|
void *wine_vk_get_instance_proc_addr(const char *name) DECLSPEC_HIDDEN;
|
|
|
|
/* Functions for which we have custom implementations outside of the thunks. */
|
|
void WINAPI wine_vkDestroyInstance(VkInstance instance, const VkAllocationCallbacks *pAllocator) DECLSPEC_HIDDEN;
|
|
|
|
#endif /* __WINE_VULKAN_THUNKS_H */
|