diff options
Diffstat (limited to 'contrib/SDL-3.2.8/src/video/khronos/vulkan/vulkan_ggp.h')
| -rw-r--r-- | contrib/SDL-3.2.8/src/video/khronos/vulkan/vulkan_ggp.h | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/contrib/SDL-3.2.8/src/video/khronos/vulkan/vulkan_ggp.h b/contrib/SDL-3.2.8/src/video/khronos/vulkan/vulkan_ggp.h new file mode 100644 index 0000000..0a8863a --- /dev/null +++ b/contrib/SDL-3.2.8/src/video/khronos/vulkan/vulkan_ggp.h | |||
| @@ -0,0 +1,60 @@ | |||
| 1 | #ifndef VULKAN_GGP_H_ | ||
| 2 | #define VULKAN_GGP_H_ 1 | ||
| 3 | |||
| 4 | /* | ||
| 5 | ** Copyright 2015-2024 The Khronos Group Inc. | ||
| 6 | ** | ||
| 7 | ** SPDX-License-Identifier: Apache-2.0 | ||
| 8 | */ | ||
| 9 | |||
| 10 | /* | ||
| 11 | ** This header is generated from the Khronos Vulkan XML API Registry. | ||
| 12 | ** | ||
| 13 | */ | ||
| 14 | |||
| 15 | |||
| 16 | #ifdef __cplusplus | ||
| 17 | extern "C" { | ||
| 18 | #endif | ||
| 19 | |||
| 20 | |||
| 21 | |||
| 22 | // VK_GGP_stream_descriptor_surface is a preprocessor guard. Do not pass it to API calls. | ||
| 23 | #define VK_GGP_stream_descriptor_surface 1 | ||
| 24 | #define VK_GGP_STREAM_DESCRIPTOR_SURFACE_SPEC_VERSION 1 | ||
| 25 | #define VK_GGP_STREAM_DESCRIPTOR_SURFACE_EXTENSION_NAME "VK_GGP_stream_descriptor_surface" | ||
| 26 | typedef VkFlags VkStreamDescriptorSurfaceCreateFlagsGGP; | ||
| 27 | typedef struct VkStreamDescriptorSurfaceCreateInfoGGP { | ||
| 28 | VkStructureType sType; | ||
| 29 | const void* pNext; | ||
| 30 | VkStreamDescriptorSurfaceCreateFlagsGGP flags; | ||
| 31 | GgpStreamDescriptor streamDescriptor; | ||
| 32 | } VkStreamDescriptorSurfaceCreateInfoGGP; | ||
| 33 | |||
| 34 | typedef VkResult (VKAPI_PTR *PFN_vkCreateStreamDescriptorSurfaceGGP)(VkInstance instance, const VkStreamDescriptorSurfaceCreateInfoGGP* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSurfaceKHR* pSurface); | ||
| 35 | |||
| 36 | #ifndef VK_NO_PROTOTYPES | ||
| 37 | VKAPI_ATTR VkResult VKAPI_CALL vkCreateStreamDescriptorSurfaceGGP( | ||
| 38 | VkInstance instance, | ||
| 39 | const VkStreamDescriptorSurfaceCreateInfoGGP* pCreateInfo, | ||
| 40 | const VkAllocationCallbacks* pAllocator, | ||
| 41 | VkSurfaceKHR* pSurface); | ||
| 42 | #endif | ||
| 43 | |||
| 44 | |||
| 45 | // VK_GGP_frame_token is a preprocessor guard. Do not pass it to API calls. | ||
| 46 | #define VK_GGP_frame_token 1 | ||
| 47 | #define VK_GGP_FRAME_TOKEN_SPEC_VERSION 1 | ||
| 48 | #define VK_GGP_FRAME_TOKEN_EXTENSION_NAME "VK_GGP_frame_token" | ||
| 49 | typedef struct VkPresentFrameTokenGGP { | ||
| 50 | VkStructureType sType; | ||
| 51 | const void* pNext; | ||
| 52 | GgpFrameToken frameToken; | ||
| 53 | } VkPresentFrameTokenGGP; | ||
| 54 | |||
| 55 | |||
| 56 | #ifdef __cplusplus | ||
| 57 | } | ||
| 58 | #endif | ||
| 59 | |||
| 60 | #endif | ||
