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

Go to the source code of this file.

Classes

struct  VkScreenSurfaceCreateInfoQNX
 

Macros

#define VK_QNX_screen_surface   1
 
#define VK_QNX_SCREEN_SURFACE_SPEC_VERSION   1
 
#define VK_QNX_SCREEN_SURFACE_EXTENSION_NAME   "VK_QNX_screen_surface"
 

Typedefs

typedef VkFlags VkScreenSurfaceCreateFlagsQNX
 
typedef struct
VkScreenSurfaceCreateInfoQNX 
VkScreenSurfaceCreateInfoQNX
 
typedef VkResult(VKAPI_PTRPFN_vkCreateScreenSurfaceQNX )(VkInstance instance, const VkScreenSurfaceCreateInfoQNX *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkSurfaceKHR *pSurface)
 
typedef VkBool32(VKAPI_PTRPFN_vkGetPhysicalDeviceScreenPresentationSupportQNX )(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, struct _screen_window *window)
 

Functions

VKAPI_ATTR VkResult VKAPI_CALL vkCreateScreenSurfaceQNX (VkInstance instance, const VkScreenSurfaceCreateInfoQNX *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkSurfaceKHR *pSurface)
 
VKAPI_ATTR VkBool32 VKAPI_CALL vkGetPhysicalDeviceScreenPresentationSupportQNX (VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, struct _screen_window *window)
 

Macro Definition Documentation

#define VK_QNX_screen_surface   1

Definition at line 22 of file vulkan_screen.h.

#define VK_QNX_SCREEN_SURFACE_EXTENSION_NAME   "VK_QNX_screen_surface"

Definition at line 24 of file vulkan_screen.h.

#define VK_QNX_SCREEN_SURFACE_SPEC_VERSION   1

Definition at line 23 of file vulkan_screen.h.

Typedef Documentation

typedef VkResult(VKAPI_PTR * PFN_vkCreateScreenSurfaceQNX)(VkInstance instance, const VkScreenSurfaceCreateInfoQNX *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkSurfaceKHR *pSurface)

Definition at line 34 of file vulkan_screen.h.

typedef VkBool32(VKAPI_PTR * PFN_vkGetPhysicalDeviceScreenPresentationSupportQNX)(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, struct _screen_window *window)

Definition at line 35 of file vulkan_screen.h.

Definition at line 25 of file vulkan_screen.h.

Function Documentation

VKAPI_ATTR VkResult VKAPI_CALL vkCreateScreenSurfaceQNX ( VkInstance  instance,
const VkScreenSurfaceCreateInfoQNX pCreateInfo,
const VkAllocationCallbacks pAllocator,
VkSurfaceKHR *  pSurface 
)
VKAPI_ATTR VkBool32 VKAPI_CALL vkGetPhysicalDeviceScreenPresentationSupportQNX ( VkPhysicalDevice  physicalDevice,
uint32_t  queueFamilyIndex,
struct _screen_window *  window 
)