Skip to content

Commit

Permalink
Merge pull request #58 from tannergooding/main
Browse files Browse the repository at this point in the history
Regenerating bindings for Vulkan v1.3.239
  • Loading branch information
tannergooding authored Feb 25, 2023
2 parents b30f45c + 14c99d1 commit 591efd7
Show file tree
Hide file tree
Showing 2,404 changed files with 9,964 additions and 3,651 deletions.
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
<PackageOutputPath>$(BaseArtifactsPath)pkg/$(Configuration)/</PackageOutputPath>
<Product>TerraFX.Interop.Vulkan</Product>
<RootNamespace>TerraFX.Interop</RootNamespace>
<VersionPrefix>1.3.224.0</VersionPrefix>
<VersionSuffix Condition="'$(EXCLUDE_SUFFIX_FROM_VERSION)' != 'true'">rc3</VersionSuffix>
<VersionPrefix>1.3.239.0</VersionPrefix>
<VersionSuffix Condition="'$(EXCLUDE_SUFFIX_FROM_VERSION)' != 'true'">rc1</VersionSuffix>
<VersionSuffix Condition="'$(GITHUB_EVENT_NAME)' == 'pull_request'">pr</VersionSuffix>
</PropertyGroup>

Expand Down
4 changes: 2 additions & 2 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@

<!-- Package versions for package references across all projects -->
<ItemGroup>
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.3.0" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="1.1.1" />
<PackageVersion Include="NUnit" Version="3.13.3" />
<PackageVersion Include="NUnit3TestAdapter" Version="4.2.1" />
<PackageVersion Include="NUnit3TestAdapter" Version="4.3.1" />
</ItemGroup>

</Project>
9 changes: 1 addition & 8 deletions TerraFX.Interop.Vulkan.sln
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".root", ".root", "{2F337CB6
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
Directory.Packages.props = Directory.Packages.props
global.json = global.json
LICENSE.md = LICENSE.md
NuGet.config = NuGet.config
pack.cmd = pack.cmd
Expand Down Expand Up @@ -188,13 +189,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "vk_platform", "vk_platform"
generation\Vulkan\vulkan\vk_platform\vulkan-vk_platform.h = generation\Vulkan\vulkan\vk_platform\vulkan-vk_platform.h
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "vk_sdk_platform", "vk_sdk_platform", "{728DCD9A-AF3B-40C2-A3E6-02AB8C40D5CC}"
ProjectSection(SolutionItems) = preProject
generation\Vulkan\vulkan\vk_sdk_platform\generate.rsp = generation\Vulkan\vulkan\vk_sdk_platform\generate.rsp
generation\Vulkan\vulkan\vk_sdk_platform\header.txt = generation\Vulkan\vulkan\vk_sdk_platform\header.txt
generation\Vulkan\vulkan\vk_sdk_platform\vulkan-vk_sdk_platform.h = generation\Vulkan\vulkan\vk_sdk_platform\vulkan-vk_sdk_platform.h
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "vulkan", "vulkan", "{00908E61-6A74-478C-ABD1-EA9A04587A42}"
ProjectSection(SolutionItems) = preProject
generation\Vulkan\vulkan\vulkan\generate.rsp = generation\Vulkan\vulkan\vulkan\generate.rsp
Expand Down Expand Up @@ -362,7 +356,6 @@ Global
{AFB2FD31-9D96-49AE-BFA3-A1A3150AE386} = {A60F8633-35FC-4F61-A42A-420ED1BEB2DB}
{CE39443C-CC77-4C5C-A90C-DED73C9F7C61} = {A60F8633-35FC-4F61-A42A-420ED1BEB2DB}
{5D5E3163-5BDB-4E6B-998D-4C1F5790D600} = {A60F8633-35FC-4F61-A42A-420ED1BEB2DB}
{728DCD9A-AF3B-40C2-A3E6-02AB8C40D5CC} = {A60F8633-35FC-4F61-A42A-420ED1BEB2DB}
{00908E61-6A74-478C-ABD1-EA9A04587A42} = {A60F8633-35FC-4F61-A42A-420ED1BEB2DB}
{5C3C3DDA-9D36-4B31-AF01-175E1381FA32} = {A60F8633-35FC-4F61-A42A-420ED1BEB2DB}
{0BF30806-FF4A-43D5-9D38-77F44BD727E2} = {A60F8633-35FC-4F61-A42A-420ED1BEB2DB}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ TerraFX.Interop.Vulkan
--test-output
../../../../tests/Interop/Vulkan/Vulkan/vk_video/vulkan_video_codec_h264std
--traverse
C:/VulkanSDK/1.3.224.1/Include/vk_video/vulkan_video_codec_h264std.h
C:/VulkanSDK/1.3.239.0/Include/vk_video/vulkan_video_codec_h264std.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information.

// Ported from include/vk_video/vulkan_video_codec_h264std.h in the KhronosGroup/Vulkan-Headers repository for tag v1.3.224
// Ported from include/vk_video/vulkan_video_codec_h264std.h in the KhronosGroup/Vulkan-Headers repository for tag v1.3.239
// Original source is Copyright © 2015-2022 The Khronos Group Inc. Licensed under the Apache License v2.0 (Apache-2.0)
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ TerraFX.Interop.Vulkan
--test-output
../../../../tests/Interop/Vulkan/Vulkan/vk_video/vulkan_video_codec_h264std_decode
--traverse
C:/VulkanSDK/1.3.224.1/Include/vk_video/vulkan_video_codec_h264std_decode.h
C:/VulkanSDK/1.3.239.0/Include/vk_video/vulkan_video_codec_h264std_decode.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information.

// Ported from include/vk_video/vulkan_video_codec_h264std_decode.h in the KhronosGroup/Vulkan-Headers repository for tag v1.3.224
// Ported from include/vk_video/vulkan_video_codec_h264std_decode.h in the KhronosGroup/Vulkan-Headers repository for tag v1.3.239
// Original source is Copyright © 2015-2022 The Khronos Group Inc. Licensed under the Apache License v2.0 (Apache-2.0)
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ TerraFX.Interop.Vulkan
--test-output
../../../../tests/Interop/Vulkan/Vulkan/vk_video/vulkan_video_codec_h264std_encode
--traverse
C:/VulkanSDK/1.3.224.1/Include/vk_video/vulkan_video_codec_h264std_encode.h
C:/VulkanSDK/1.3.239.0/Include/vk_video/vulkan_video_codec_h264std_encode.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information.

// Ported from include/vk_video/vulkan_video_codec_h264std_encode.h in the KhronosGroup/Vulkan-Headers repository for tag v1.3.224
// Ported from include/vk_video/vulkan_video_codec_h264std_encode.h in the KhronosGroup/Vulkan-Headers repository for tag v1.3.239
// Original source is Copyright © 2015-2022 The Khronos Group Inc. Licensed under the Apache License v2.0 (Apache-2.0)
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ TerraFX.Interop.Vulkan
--test-output
../../../../tests/Interop/Vulkan/Vulkan/vk_video/vulkan_video_codec_h265std
--traverse
C:/VulkanSDK/1.3.224.1/Include/vk_video/vulkan_video_codec_h265std.h
C:/VulkanSDK/1.3.239.0/Include/vk_video/vulkan_video_codec_h265std.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information.

// Ported from include/vk_video/vulkan_video_codec_h265std.h in the KhronosGroup/Vulkan-Headers repository for tag v1.3.224
// Ported from include/vk_video/vulkan_video_codec_h265std.h in the KhronosGroup/Vulkan-Headers repository for tag v1.3.239
// Original source is Copyright © 2015-2022 The Khronos Group Inc. Licensed under the Apache License v2.0 (Apache-2.0)
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ TerraFX.Interop.Vulkan
--test-output
../../../../tests/Interop/Vulkan/Vulkan/vk_video/vulkan_video_codec_h265std_decode
--traverse
C:/VulkanSDK/1.3.224.1/Include/vk_video/vulkan_video_codec_h265std_decode.h
C:/VulkanSDK/1.3.239.0/Include/vk_video/vulkan_video_codec_h265std_decode.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information.

// Ported from include/vk_video/vulkan_video_codec_h265std_decode.h in the KhronosGroup/Vulkan-Headers repository for tag v1.3.224
// Ported from include/vk_video/vulkan_video_codec_h265std_decode.h in the KhronosGroup/Vulkan-Headers repository for tag v1.3.239
// Original source is Copyright © 2015-2022 The Khronos Group Inc. Licensed under the Apache License v2.0 (Apache-2.0)
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ TerraFX.Interop.Vulkan
--test-output
../../../../tests/Interop/Vulkan/Vulkan/vk_video/vulkan_video_codec_h265std_encode
--traverse
C:/VulkanSDK/1.3.224.1/Include/vk_video/vulkan_video_codec_h265std_encode.h
C:/VulkanSDK/1.3.239.0/Include/vk_video/vulkan_video_codec_h265std_encode.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information.

// Ported from include/vk_video/vulkan_video_codec_h265std_encode.h in the KhronosGroup/Vulkan-Headers repository for tag v1.3.224
// Ported from include/vk_video/vulkan_video_codec_h265std_encode.h in the KhronosGroup/Vulkan-Headers repository for tag v1.3.239
// Original source is Copyright © 2015-2022 The Khronos Group Inc. Licensed under the Apache License v2.0 (Apache-2.0)
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ TerraFX.Interop.Vulkan
--test-output
../../../../tests/Interop/Vulkan/Vulkan/vk_video/vulkan_video_codecs_common
--traverse
C:/VulkanSDK/1.3.224.1/Include/vk_video/vulkan_video_codecs_common.h
C:/VulkanSDK/1.3.239.0/Include/vk_video/vulkan_video_codecs_common.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information.

// Ported from include/vk_video/vulkan_video_codecs_common.h in the KhronosGroup/Vulkan-Headers repository for tag v1.3.224
// Ported from include/vk_video/vulkan_video_codecs_common.h in the KhronosGroup/Vulkan-Headers repository for tag v1.3.239
// Original source is Copyright © 2015-2022 The Khronos Group Inc. Licensed under the Apache License v2.0 (Apache-2.0)
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ TerraFX.Interop.Vulkan
--test-output
../../../../tests/Interop/Vulkan/Vulkan/vulkan/vk_enum_string_helper
--traverse
C:/VulkanSDK/1.3.224.1/Include/vulkan/vulkan-vk_enum_string_helper.h
C:/VulkanSDK/1.3.239.0/Include/vulkan/vulkan-vk_enum_string_helper.h
2 changes: 1 addition & 1 deletion generation/Vulkan/vulkan/vk_enum_string_helper/header.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information.

// Ported from include/vulkan/vk_enum_string_helper.h in the KhronosGroup/Vulkan-Headers repository for tag v1.3.224
// Ported from include/vulkan/vk_enum_string_helper.h in the KhronosGroup/Vulkan-Headers repository for tag v1.3.239
// Original source is Copyright © 2015-2022 The Khronos Group Inc. Copyright © 2015-2022 Valve Corporation. Copyright © 2015-2022 LunarG, Inc. Copyright © 2015-2022 Google Inc. Licensed under the Apache License v2.0 (Apache-2.0)
2 changes: 1 addition & 1 deletion generation/Vulkan/vulkan/vk_icd/generate.rsp
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ TerraFX.Interop.Vulkan
--test-output
../../../../tests/Interop/Vulkan/Vulkan/vulkan/vk_icd
--traverse
C:/VulkanSDK/1.3.224.1/Include/vulkan/vk_icd.h
C:/VulkanSDK/1.3.239.0/Include/vulkan/vk_icd.h
2 changes: 1 addition & 1 deletion generation/Vulkan/vulkan/vk_icd/header.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information.

// Ported from include/vulkan/vk_icd.h in the KhronosGroup/Vulkan-Headers repository for tag v1.3.224
// Ported from include/vulkan/vk_icd.h in the KhronosGroup/Vulkan-Headers repository for tag v1.3.239
// Original source is Copyright © 2015-2016 The Khronos Group Inc. Copyright © 2015-2016 Valve Corporation. Copyright © 2015-2016 LunarG, Inc. Licensed under the Apache License v2.0 (Apache-2.0)
2 changes: 1 addition & 1 deletion generation/Vulkan/vulkan/vk_layer/generate.rsp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ TerraFX.Interop.Vulkan
--test-output
../../../../tests/Interop/Vulkan/Vulkan/vulkan/vk_layer
--traverse
C:/VulkanSDK/1.3.224.1/Include/vulkan/vk_layer.h
C:/VulkanSDK/1.3.239.0/Include/vulkan/vk_layer.h
--with-attribute
VkLoaderFeastureFlagBits=Flags
--with-type
Expand Down
2 changes: 1 addition & 1 deletion generation/Vulkan/vulkan/vk_layer/header.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information.

// Ported from include/vulkan/vk_layer.h in the KhronosGroup/Vulkan-Headers repository for tag v1.3.224
// Ported from include/vulkan/vk_layer.h in the KhronosGroup/Vulkan-Headers repository for tag v1.3.239
// Original source is Copyright © 2015-2017 The Khronos Group Inc. Copyright © 2015-2017 Valve Corporation. Copyright © 2015-2017 LunarG, Inc. Licensed under the Apache License v2.0 (Apache-2.0)
2 changes: 1 addition & 1 deletion generation/Vulkan/vulkan/vk_platform/generate.rsp
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ TerraFX.Interop.Vulkan
--test-output
../../../../tests/Interop/Vulkan/Vulkan/vulkan/vk_platform
--traverse
C:/VulkanSDK/1.3.224.1/Include/vulkan/vk_platform.h
C:/VulkanSDK/1.3.239.0/Include/vulkan/vk_platform.h
2 changes: 1 addition & 1 deletion generation/Vulkan/vulkan/vk_platform/header.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information.

// Ported from include/vulkan/vk_platform.h in the KhronosGroup/Vulkan-Headers repository for tag v1.3.224
// Ported from include/vulkan/vk_platform.h in the KhronosGroup/Vulkan-Headers repository for tag v1.3.239
// Original source is Copyright © 2014-2022 The Khronos Group Inc. Licensed under the Apache License v2.0 (Apache-2.0)
14 changes: 0 additions & 14 deletions generation/Vulkan/vulkan/vk_sdk_platform/generate.rsp

This file was deleted.

4 changes: 0 additions & 4 deletions generation/Vulkan/vulkan/vk_sdk_platform/header.txt

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion generation/Vulkan/vulkan/vulkan/generate.rsp
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ TerraFX.Interop.Vulkan
--test-output
../../../../tests/Interop/Vulkan/Vulkan/vulkan/vulkan
--traverse
C:/VulkanSDK/1.3.224.1/Include/vulkan/vulkan.h
C:/VulkanSDK/1.3.239.0/Include/vulkan/vulkan.h
2 changes: 1 addition & 1 deletion generation/Vulkan/vulkan/vulkan/header.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information.

// Ported from include/vulkan/vulkan.h in the KhronosGroup/Vulkan-Headers repository for tag v1.3.224
// Ported from include/vulkan/vulkan.h in the KhronosGroup/Vulkan-Headers repository for tag v1.3.239
// Original source is Copyright © 2015-2022 The Khronos Group Inc. Licensed under the Apache License v2.0 (Apache-2.0)
2 changes: 1 addition & 1 deletion generation/Vulkan/vulkan/vulkan_android/generate.rsp
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ TerraFX.Interop.Vulkan
--test-output
../../../../tests/Interop/Vulkan/Vulkan/vulkan/vulkan_android
--traverse
C:/VulkanSDK/1.3.224.1/Include/vulkan/vulkan_android.h
C:/VulkanSDK/1.3.239.0/Include/vulkan/vulkan_android.h

2 changes: 1 addition & 1 deletion generation/Vulkan/vulkan/vulkan_android/header.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information.

// Ported from include/vulkan/vulkan_android.h in the KhronosGroup/Vulkan-Headers repository for tag v1.3.224
// Ported from include/vulkan/vulkan_android.h in the KhronosGroup/Vulkan-Headers repository for tag v1.3.239
// Original source is Copyright © 2015-2022 The Khronos Group Inc. Licensed under the Apache License v2.0 (Apache-2.0)
2 changes: 1 addition & 1 deletion generation/Vulkan/vulkan/vulkan_beta/generate.rsp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ TerraFX.Interop.Vulkan
--test-output
../../../../tests/Interop/Vulkan/Vulkan/vulkan/vulkan_beta
--traverse
C:/VulkanSDK/1.3.224.1/Include/vulkan/vulkan_beta.h
C:/VulkanSDK/1.3.239.0/Include/vulkan/vulkan_beta.h
--with-attribute
VkVideoCapabilityFlagBitsKHR=Flags
VkVideoChromaSubsamplingFlagBitsKHR=Flags
Expand Down
2 changes: 1 addition & 1 deletion generation/Vulkan/vulkan/vulkan_beta/header.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information.

// Ported from include/vulkan/vulkan_beta.h in the KhronosGroup/Vulkan-Headers repository for tag v1.3.224
// Ported from include/vulkan/vulkan_beta.h in the KhronosGroup/Vulkan-Headers repository for tag v1.3.239
// Original source is Copyright © 2015-2022 The Khronos Group Inc. Licensed under the Apache License v2.0 (Apache-2.0)
2 changes: 1 addition & 1 deletion generation/Vulkan/vulkan/vulkan_core/generate.rsp
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ TerraFX.Interop.Vulkan
--test-output
../../../../tests/Interop/Vulkan/Vulkan/vulkan/vulkan_core
--traverse
C:/VulkanSDK/1.3.224.1/Include/vulkan/vulkan_core.h
C:/VulkanSDK/1.3.239.0/Include/vulkan/vulkan_core.h
--with-attribute
VkAccelerationStructureCreateFlagsKHR=Flags
VkAccessFlags=Flags
Expand Down
2 changes: 1 addition & 1 deletion generation/Vulkan/vulkan/vulkan_core/header.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information.

// Ported from include/vulkan/vulkan_core.h in the KhronosGroup/Vulkan-Headers repository for tag v1.3.224
// Ported from include/vulkan/vulkan_core.h in the KhronosGroup/Vulkan-Headers repository for tag v1.3.239
// Original source is Copyright © 2015-2022 The Khronos Group Inc. Licensed under the Apache License v2.0 (Apache-2.0)
2 changes: 1 addition & 1 deletion generation/Vulkan/vulkan/vulkan_directfb/generate.rsp
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ TerraFX.Interop.Vulkan
--test-output
../../../../tests/Interop/Vulkan/Vulkan/vulkan/vulkan_directfb
--traverse
C:/VulkanSDK/1.3.224.1/Include/vulkan/vulkan_directfb.h
C:/VulkanSDK/1.3.239.0/Include/vulkan/vulkan_directfb.h
2 changes: 1 addition & 1 deletion generation/Vulkan/vulkan/vulkan_directfb/header.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information.

// Ported from include/vulkan/vulkan_directfb.h in the KhronosGroup/Vulkan-Headers repository for tag v1.3.224
// Ported from include/vulkan/vulkan_directfb.h in the KhronosGroup/Vulkan-Headers repository for tag v1.3.239
// Original source is Copyright © 2015-2022 The Khronos Group Inc. Licensed under the Apache License v2.0 (Apache-2.0)
2 changes: 1 addition & 1 deletion generation/Vulkan/vulkan/vulkan_fuchsia/generate.rsp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ TerraFX.Interop.Vulkan
--test-output
../../../../tests/Interop/Vulkan/Vulkan/vulkan/vulkan_fuchsia
--traverse
C:/VulkanSDK/1.3.224.1/Include/vulkan/vulkan_fuchsia.h
C:/VulkanSDK/1.3.239.0/Include/vulkan/vulkan_fuchsia.h
--with-attribute
VkImageConstraintsInfoFlagBitsFUCHSIA=Flags
--with-type
Expand Down
2 changes: 1 addition & 1 deletion generation/Vulkan/vulkan/vulkan_fuchsia/header.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information.

// Ported from include/vulkan/vulkan_fuchsia.h in the KhronosGroup/Vulkan-Headers repository for tag v1.3.224
// Ported from include/vulkan/vulkan_fuchsia.h in the KhronosGroup/Vulkan-Headers repository for tag v1.3.239
// Original source is Copyright © 2015-2022 The Khronos Group Inc. Licensed under the Apache License v2.0 (Apache-2.0)
2 changes: 1 addition & 1 deletion generation/Vulkan/vulkan/vulkan_ggp/generate.rsp
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ TerraFX.Interop.Vulkan
--test-output
../../../../tests/Interop/Vulkan/Vulkan/vulkan/vulkan_ggp
--traverse
C:/VulkanSDK/1.3.224.1/Include/vulkan/vulkan_ggp.h
C:/VulkanSDK/1.3.239.0/Include/vulkan/vulkan_ggp.h
2 changes: 1 addition & 1 deletion generation/Vulkan/vulkan/vulkan_ggp/header.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information.

// Ported from include/vulkan/vulkan_ggp.h in the KhronosGroup/Vulkan-Headers repository for tag v1.3.224
// Ported from include/vulkan/vulkan_ggp.h in the KhronosGroup/Vulkan-Headers repository for tag v1.3.239
// Original source is Copyright © 2015-2022 The Khronos Group Inc. Licensed under the Apache License v2.0 (Apache-2.0)
2 changes: 1 addition & 1 deletion generation/Vulkan/vulkan/vulkan_ios/generate.rsp
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ TerraFX.Interop.Vulkan
--test-output
../../../../tests/Interop/Vulkan/Vulkan/vulkan/vulkan_ios
--traverse
C:/VulkanSDK/1.3.224.1/Include/vulkan/vulkan_ios.h
C:/VulkanSDK/1.3.239.0/Include/vulkan/vulkan_ios.h
2 changes: 1 addition & 1 deletion generation/Vulkan/vulkan/vulkan_ios/header.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information.

// Ported from include/vulkan/vulkan_ios.h in the KhronosGroup/Vulkan-Headers repository for tag v1.3.224
// Ported from include/vulkan/vulkan_ios.h in the KhronosGroup/Vulkan-Headers repository for tag v1.3.239
// Original source is Copyright © 2015-2022 The Khronos Group Inc. Licensed under the Apache License v2.0 (Apache-2.0)
2 changes: 1 addition & 1 deletion generation/Vulkan/vulkan/vulkan_macos/generate.rsp
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ TerraFX.Interop.Vulkan
--test-output
../../../../tests/Interop/Vulkan/Vulkan/vulkan/vulkan_macos
--traverse
C:/VulkanSDK/1.3.224.1/Include/vulkan/vulkan_macos.h
C:/VulkanSDK/1.3.239.0/Include/vulkan/vulkan_macos.h
2 changes: 1 addition & 1 deletion generation/Vulkan/vulkan/vulkan_macos/header.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information.

// Ported from include/vulkan/vulkan_macos.h in the KhronosGroup/Vulkan-Headers repository for tag v1.3.224
// Ported from include/vulkan/vulkan_macos.h in the KhronosGroup/Vulkan-Headers repository for tag v1.3.239
// Original source is Copyright © 2015-2022 The Khronos Group Inc. Licensed under the Apache License v2.0 (Apache-2.0)
Loading

0 comments on commit 591efd7

Please sign in to comment.