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

Go to the source code of this file.

Classes

struct  VkStreamDescriptorSurfaceCreateInfoGGP
 
struct  VkPresentFrameTokenGGP
 

Macros

#define VK_GGP_stream_descriptor_surface   1
 
#define VK_GGP_STREAM_DESCRIPTOR_SURFACE_SPEC_VERSION   1
 
#define VK_GGP_STREAM_DESCRIPTOR_SURFACE_EXTENSION_NAME   "VK_GGP_stream_descriptor_surface"
 
#define VK_GGP_frame_token   1
 
#define VK_GGP_FRAME_TOKEN_SPEC_VERSION   1
 
#define VK_GGP_FRAME_TOKEN_EXTENSION_NAME   "VK_GGP_frame_token"
 

Typedefs

typedef VkFlags VkStreamDescriptorSurfaceCreateFlagsGGP
 
typedef struct
VkStreamDescriptorSurfaceCreateInfoGGP 
VkStreamDescriptorSurfaceCreateInfoGGP
 
typedef VkResult(VKAPI_PTRPFN_vkCreateStreamDescriptorSurfaceGGP )(VkInstance instance, const VkStreamDescriptorSurfaceCreateInfoGGP *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkSurfaceKHR *pSurface)
 
typedef struct
VkPresentFrameTokenGGP 
VkPresentFrameTokenGGP
 

Functions

VKAPI_ATTR VkResult VKAPI_CALL vkCreateStreamDescriptorSurfaceGGP (VkInstance instance, const VkStreamDescriptorSurfaceCreateInfoGGP *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkSurfaceKHR *pSurface)
 

Macro Definition Documentation

#define VK_GGP_frame_token   1

Definition at line 44 of file vulkan_ggp.h.

#define VK_GGP_FRAME_TOKEN_EXTENSION_NAME   "VK_GGP_frame_token"

Definition at line 46 of file vulkan_ggp.h.

#define VK_GGP_FRAME_TOKEN_SPEC_VERSION   1

Definition at line 45 of file vulkan_ggp.h.

#define VK_GGP_stream_descriptor_surface   1

Definition at line 22 of file vulkan_ggp.h.

#define VK_GGP_STREAM_DESCRIPTOR_SURFACE_EXTENSION_NAME   "VK_GGP_stream_descriptor_surface"

Definition at line 24 of file vulkan_ggp.h.

#define VK_GGP_STREAM_DESCRIPTOR_SURFACE_SPEC_VERSION   1

Definition at line 23 of file vulkan_ggp.h.

Typedef Documentation

typedef VkResult(VKAPI_PTR * PFN_vkCreateStreamDescriptorSurfaceGGP)(VkInstance instance, const VkStreamDescriptorSurfaceCreateInfoGGP *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkSurfaceKHR *pSurface)

Definition at line 33 of file vulkan_ggp.h.

Definition at line 25 of file vulkan_ggp.h.

Function Documentation

VKAPI_ATTR VkResult VKAPI_CALL vkCreateStreamDescriptorSurfaceGGP ( VkInstance  instance,
const VkStreamDescriptorSurfaceCreateInfoGGP pCreateInfo,
const VkAllocationCallbacks pAllocator,
VkSurfaceKHR *  pSurface 
)