diff options
author | Jon Leech <[email protected]> | 2023-07-07 07:19:56 -0700 |
---|---|---|
committer | Jon Leech <[email protected]> | 2023-07-07 07:22:11 -0700 |
commit | 485c0395ad85bcefe7aed17d23362d93f61f942d (patch) | |
tree | e31ff3fbdda5cda8c903f203505fccaef41e14d7 /include/vulkan/vulkan_ggp.h | |
parent | 179b26a792b10d9315e44f27aff196cdc3d4018f (diff) | |
download | Vulkan-Headers-485c0395ad85bcefe7aed17d23362d93f61f942d.tar.gz Vulkan-Headers-485c0395ad85bcefe7aed17d23362d93f61f942d.zip |
Update for Vulkan-Docs 1.3.257v1.3.257
Diffstat (limited to 'include/vulkan/vulkan_ggp.h')
-rw-r--r-- | include/vulkan/vulkan_ggp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/vulkan/vulkan_ggp.h b/include/vulkan/vulkan_ggp.h index 2c0d5ed..9783aa3 100644 --- a/include/vulkan/vulkan_ggp.h +++ b/include/vulkan/vulkan_ggp.h @@ -19,6 +19,7 @@ extern "C" { +// VK_GGP_stream_descriptor_surface is a preprocessor guard. Do not pass it to API calls. #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" @@ -41,6 +42,7 @@ VKAPI_ATTR VkResult VKAPI_CALL vkCreateStreamDescriptorSurfaceGGP( #endif +// VK_GGP_frame_token is a preprocessor guard. Do not pass it to API calls. #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" |