HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
vulkan_wayland.h File Reference

Go to the source code of this file.

Classes

struct  VkWaylandSurfaceCreateInfoKHR
 

Macros

#define VK_KHR_wayland_surface   1
 
#define VK_KHR_WAYLAND_SURFACE_SPEC_VERSION   6
 
#define VK_KHR_WAYLAND_SURFACE_EXTENSION_NAME   "VK_KHR_wayland_surface"
 

Typedefs

typedef VkFlags VkWaylandSurfaceCreateFlagsKHR
 
typedef struct
VkWaylandSurfaceCreateInfoKHR 
VkWaylandSurfaceCreateInfoKHR
 
typedef VkResult(VKAPI_PTRPFN_vkCreateWaylandSurfaceKHR )(VkInstance instance, const VkWaylandSurfaceCreateInfoKHR *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkSurfaceKHR *pSurface)
 
typedef VkBool32(VKAPI_PTRPFN_vkGetPhysicalDeviceWaylandPresentationSupportKHR )(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, struct wl_display *display)
 

Functions

VKAPI_ATTR VkResult VKAPI_CALL vkCreateWaylandSurfaceKHR (VkInstance instance, const VkWaylandSurfaceCreateInfoKHR *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkSurfaceKHR *pSurface)
 
VKAPI_ATTR VkBool32 VKAPI_CALL vkGetPhysicalDeviceWaylandPresentationSupportKHR (VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, struct wl_display *display)
 

Macro Definition Documentation

#define VK_KHR_wayland_surface   1

Definition at line 22 of file vulkan_wayland.h.

#define VK_KHR_WAYLAND_SURFACE_EXTENSION_NAME   "VK_KHR_wayland_surface"

Definition at line 24 of file vulkan_wayland.h.

#define VK_KHR_WAYLAND_SURFACE_SPEC_VERSION   6

Definition at line 23 of file vulkan_wayland.h.

Typedef Documentation

typedef VkResult(VKAPI_PTR * PFN_vkCreateWaylandSurfaceKHR)(VkInstance instance, const VkWaylandSurfaceCreateInfoKHR *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkSurfaceKHR *pSurface)

Definition at line 34 of file vulkan_wayland.h.

typedef VkBool32(VKAPI_PTR * PFN_vkGetPhysicalDeviceWaylandPresentationSupportKHR)(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, struct wl_display *display)

Definition at line 35 of file vulkan_wayland.h.

Definition at line 25 of file vulkan_wayland.h.

Function Documentation

VKAPI_ATTR VkResult VKAPI_CALL vkCreateWaylandSurfaceKHR ( VkInstance  instance,
const VkWaylandSurfaceCreateInfoKHR pCreateInfo,
const VkAllocationCallbacks pAllocator,
VkSurfaceKHR *  pSurface 
)
VKAPI_ATTR VkBool32 VKAPI_CALL vkGetPhysicalDeviceWaylandPresentationSupportKHR ( VkPhysicalDevice  physicalDevice,
uint32_t  queueFamilyIndex,
struct wl_display *  display 
)