|
HDK
|
Go to the source code of this file.
Classes | |
| struct | VkDirectFBSurfaceCreateInfoEXT |
Macros | |
| #define | VK_EXT_directfb_surface 1 |
| #define | VK_EXT_DIRECTFB_SURFACE_SPEC_VERSION 1 |
| #define | VK_EXT_DIRECTFB_SURFACE_EXTENSION_NAME "VK_EXT_directfb_surface" |
Typedefs | |
| typedef VkFlags | VkDirectFBSurfaceCreateFlagsEXT |
| typedef struct VkDirectFBSurfaceCreateInfoEXT | VkDirectFBSurfaceCreateInfoEXT |
| typedef VkResult(VKAPI_PTR * | PFN_vkCreateDirectFBSurfaceEXT )(VkInstance instance, const VkDirectFBSurfaceCreateInfoEXT *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkSurfaceKHR *pSurface) |
| typedef VkBool32(VKAPI_PTR * | PFN_vkGetPhysicalDeviceDirectFBPresentationSupportEXT )(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, IDirectFB *dfb) |
Functions | |
| VKAPI_ATTR VkResult VKAPI_CALL | vkCreateDirectFBSurfaceEXT (VkInstance instance, const VkDirectFBSurfaceCreateInfoEXT *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkSurfaceKHR *pSurface) |
| VKAPI_ATTR VkBool32 VKAPI_CALL | vkGetPhysicalDeviceDirectFBPresentationSupportEXT (VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, IDirectFB *dfb) |
| #define VK_EXT_directfb_surface 1 |
Definition at line 22 of file vulkan_directfb.h.
| #define VK_EXT_DIRECTFB_SURFACE_EXTENSION_NAME "VK_EXT_directfb_surface" |
Definition at line 24 of file vulkan_directfb.h.
| #define VK_EXT_DIRECTFB_SURFACE_SPEC_VERSION 1 |
Definition at line 23 of file vulkan_directfb.h.
| typedef VkResult(VKAPI_PTR * PFN_vkCreateDirectFBSurfaceEXT)(VkInstance instance, const VkDirectFBSurfaceCreateInfoEXT *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkSurfaceKHR *pSurface) |
Definition at line 34 of file vulkan_directfb.h.
| typedef VkBool32(VKAPI_PTR * PFN_vkGetPhysicalDeviceDirectFBPresentationSupportEXT)(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, IDirectFB *dfb) |
Definition at line 35 of file vulkan_directfb.h.
Definition at line 25 of file vulkan_directfb.h.
| typedef struct VkDirectFBSurfaceCreateInfoEXT VkDirectFBSurfaceCreateInfoEXT |
| VKAPI_ATTR VkResult VKAPI_CALL vkCreateDirectFBSurfaceEXT | ( | VkInstance | instance, |
| const VkDirectFBSurfaceCreateInfoEXT * | pCreateInfo, | ||
| const VkAllocationCallbacks * | pAllocator, | ||
| VkSurfaceKHR * | pSurface | ||
| ) |
| VKAPI_ATTR VkBool32 VKAPI_CALL vkGetPhysicalDeviceDirectFBPresentationSupportEXT | ( | VkPhysicalDevice | physicalDevice, |
| uint32_t | queueFamilyIndex, | ||
| IDirectFB * | dfb | ||
| ) |