Skip to content

Commit

Permalink
Merge pull request #42 from tannergooding/1.2.189.2
Browse files Browse the repository at this point in the history
 Regenerating bindings for v1.2.189
  • Loading branch information
tannergooding authored Oct 10, 2021
2 parents 6e98755 + 6efec6a commit ccbc164
Show file tree
Hide file tree
Showing 1,848 changed files with 2,537 additions and 1,919 deletions.
31 changes: 25 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,17 +87,36 @@ jobs:
./artifacts/pkg/**/*
./artifacts/tst/**/*
if-no-files-found: error
build-nuget:
build-nuget-preview:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- run: ./scripts/cibuild.cmd -configuration release -architecture x64
shell: cmd
env:
EXCLUDE_RUN_ID_FROM_PACKAGE: true
EXCLUDE_SUFFIX_FROM_VERSION: false
- uses: actions/upload-artifact@v2
with:
name: nuget
name: nuget_preview
path: |
./artifacts/bin/**/*
./artifacts/log/**/*
./artifacts/pkg/**/*
./artifacts/tst/**/*
if-no-files-found: error
build-nuget-release:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- run: ./scripts/cibuild.cmd -configuration release -architecture x64
shell: cmd
env:
EXCLUDE_RUN_ID_FROM_PACKAGE: true
EXCLUDE_SUFFIX_FROM_VERSION: true
- uses: actions/upload-artifact@v2
with:
name: nuget_release
path: |
./artifacts/bin/**/*
./artifacts/log/**/*
Expand All @@ -107,7 +126,7 @@ jobs:
publish-nightlies-azure:
runs-on: ubuntu-latest
if: ${{ github.event_name == 'push' }}
needs: [ windows-x64, windows-x86, linux-x64, macos-x64, build-nuget ]
needs: [ windows-x64, windows-x86, linux-x64, macos-x64, build-nuget-preview, build-nuget-release ]
steps:
- uses: actions/download-artifact@v2
with:
Expand All @@ -119,11 +138,11 @@ jobs:
source-url: https://pkgs.terrafx.dev/index.json
env:
NUGET_AUTH_TOKEN: ${{ secrets.AZURE_DEVOPS_PAT }}
- run: dotnet nuget push "./artifacts/pkg/Release/*.nupkg" --api-key AzureDevOps
- run: dotnet nuget push "./artifacts/pkg/Release/*.nupkg" --api-key AzureDevOps --skip-duplicate
publish-nightlies-github:
runs-on: ubuntu-latest
if: ${{ github.event_name == 'push' }}
needs: [ windows-x64, windows-x86, linux-x64, macos-x64, build-nuget ]
needs: [ windows-x64, windows-x86, linux-x64, macos-x64, build-nuget-preview, build-nuget-release ]
steps:
- uses: actions/download-artifact@v2
with:
Expand All @@ -132,4 +151,4 @@ jobs:
- uses: actions/setup-dotnet@v1
with:
dotnet-version: '5.0.x'
- run: dotnet nuget push "./artifacts/pkg/Release/*.nupkg" --source https://nuget.pkg.github.com/terrafx/index.json --api-key ${{ secrets.GITHUB_TOKEN }}
- run: dotnet nuget push "./artifacts/pkg/Release/*.nupkg" --source https://nuget.pkg.github.com/terrafx/index.json --api-key ${{ secrets.GITHUB_TOKEN }} --skip-duplicate
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
<ContinuousIntegrationBuild Condition="'$(GITHUB_RUN_ID)' != ''">true</ContinuousIntegrationBuild>
<PackageOutputPath>$(BaseArtifactsPath)pkg/$(Configuration)/</PackageOutputPath>
<Product>TerraFX.Interop.Vulkan</Product>
<VersionPrefix>1.2.182</VersionPrefix>
<VersionSuffix>beta1</VersionSuffix>
<VersionPrefix>1.2.189.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.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<!-- Settings that are only set for CI builds -->
<PropertyGroup Condition="'$(GITHUB_RUN_ID)' != ''">
<PackageVersion Condition="'$(EXCLUDE_RUN_ID_FROM_PACKAGE)' == ''">$(Version)-$(GITHUB_RUN_ID)</PackageVersion>
<PackageVersion Condition="'$(EXCLUDE_RUN_ID_FROM_PACKAGE)' != 'true'">$(Version)-$(GITHUB_RUN_ID)</PackageVersion>
</PropertyGroup>

<!-- Settings that are only set for executables -->
Expand All @@ -34,7 +34,7 @@

<!-- Package versions for package references across all projects -->
<ItemGroup>
<PackageReference Update="Microsoft.NET.Test.Sdk" Version="16.10.0" />
<PackageReference Update="Microsoft.NET.Test.Sdk" Version="16.11.0" />
<PackageReference Update="Microsoft.SourceLink.GitHub" Version="1.0.0" />
<PackageReference Update="NUnit" Version="3.13.2" />
<PackageReference Update="NUnit3TestAdapter" Version="4.0.0" />
Expand Down
12 changes: 6 additions & 6 deletions generation/remap.rsp
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,8 @@ VkSwapchainCreateFlagBitsKHR=VkSwapchainCreateFlagsKHR
VkSwapchainCreateFlagsKHR=VkSwapchainCreateFlagsKHR
VkToolPurposeFlagBitsEXT=VkToolPurposeFlagsEXT
VkToolPurposeFlagsEXT=VkToolPurposeFlagsEXT
VkVideoCapabilitiesFlagBitsKHR=VkVideoCapabilitiesFlagsKHR
VkVideoCapabilitiesFlagsKHR=VkVideoCapabilitiesFlagsKHR
VkVideoCapabilityFlagBitsKHR=VkVideoCapabilityFlagsKHR
VkVideoCapabilityFlagsKHR=VkVideoCapabilityFlagsKHR
VkVideoChromaSubsamplingFlagBitsKHR=VkVideoChromaSubsamplingFlagsKHR
VkVideoChromaSubsamplingFlagsKHR=VkVideoChromaSubsamplingFlagsKHR
VkVideoCodecOperationFlagBitsKHR=VkVideoCodecOperationFlagsKHR
Expand All @@ -197,12 +197,12 @@ VkVideoComponentBitDepthFlagBitsKHR=VkVideoComponentBitDepthFlagsKHR
VkVideoComponentBitDepthFlagsKHR=VkVideoComponentBitDepthFlagsKHR
VkVideoDecodeFlagBitsKHR=VkVideoDecodeFlagsKHR
VkVideoDecodeFlagsKHR=VkVideoDecodeFlagsKHR
VkVideoDecodeH264FieldLayoutFlagBitsEXT=VkVideoDecodeH264FieldLayoutFlagsEXT
VkVideoDecodeH264FieldLayoutFlagsEXT=VkVideoDecodeH264FieldLayoutFlagsEXT
VkVideoDecodeH264PictureLayoutFlagBitsEXT=VkVideoDecodeH264PictureLayoutFlagsEXT
VkVideoDecodeH264PictureLayoutFlagsEXT=VkVideoDecodeH264PictureLayoutFlagsEXT
VkVideoEncodeFlagBitsKHR=VkVideoEncodeFlagsKHR
VkVideoEncodeFlagsKHR=VkVideoEncodeFlagsKHR
VkVideoEncodeH264CapabilitiesFlagBitsEXT=VkVideoEncodeH264CapabilitiesFlagsEXT
VkVideoEncodeH264CapabilitiesFlagsEXT=VkVideoEncodeH264CapabilitiesFlagsEXT
VkVideoEncodeH264CapabilityFlagBitsEXT=VkVideoEncodeH264CapabilityFlagsEXT
VkVideoEncodeH264CapabilityFlagsEXT=VkVideoEncodeH264CapabilityFlagsEXT
VkVideoEncodeH264CreateFlagBitsEXT=VkVideoEncodeH264CreateFlagsEXT
VkVideoEncodeH264CreateFlagsEXT=VkVideoEncodeH264CreateFlagsEXT
VkVideoEncodeH264InputModeFlagBitsEXT=VkVideoEncodeH264InputModeFlagsEXT
Expand Down
11 changes: 8 additions & 3 deletions generation/settings.rsp
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,20 @@ exclude-com-proxies
exclude-empty-records
exclude-enum-operators
generate-aggressive-inlining
generate-cpp-attributes
generate-macro-bindings
generate-native-inheritance-attribute
generate-tests-nunit
generate-unmanaged-constants
generate-vtbl-index-attribute
log-potential-typedef-remappings
multi-file
--headerFile
header.txt
--include-directory
C:/Program Files (x86)/Windows Kits/10/Include/10.0.19041.0/shared
C:/Program Files (x86)/Windows Kits/10/Include/10.0.19041.0/um
C:/VulkanSDK/1.2.182.0/Include
C:/Program Files (x86)/Windows Kits/10/Include/10.0.20348.0/shared
C:/Program Files (x86)/Windows Kits/10/Include/10.0.20348.0/um
C:/VulkanSDK/1.2.189.2/Include
--methodClassName
Vulkan
--namespace
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ vk_video-vulkan_video_codec_h264std.h
--test-output
../../../tests/Interop/Vulkan/vk_video/vulkan_video_codec_h264std
--traverse
C:/VulkanSDK/1.2.182.0/Include/vk_video/vulkan_video_codec_h264std.h
C:/VulkanSDK/1.2.189.2/Include/vk_video/vulkan_video_codec_h264std.h
2 changes: 1 addition & 1 deletion generation/vk_video/vulkan_video_codec_h264std/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/vk_video/vulkan_video_codec_h264std.h in the KhronosGroup/Vulkan-Headers repository for tag v1.2.182
// Ported from include/vk_video/vulkan_video_codec_h264std.h in the KhronosGroup/Vulkan-Headers repository for tag v1.2.189
// Original source is Copyright © 2019-2021 The Khronos Group Inc.
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ vk_video-vulkan_video_codec_h264std_decode.h
--test-output
../../../tests/Interop/Vulkan/vk_video/vulkan_video_codec_h264std_decode
--traverse
C:/VulkanSDK/1.2.182.0/Include/vk_video/vulkan_video_codec_h264std_decode.h
C:/VulkanSDK/1.2.189.2/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.2.182
// Ported from include/vk_video/vulkan_video_codec_h264std_decode.h in the KhronosGroup/Vulkan-Headers repository for tag v1.2.189
// Original source is Copyright © 2019-2020 The Khronos Group Inc.
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ vk_video-vulkan_video_codec_h264std_encode.h
--test-output
../../../tests/Interop/Vulkan/vk_video/vulkan_video_codec_h264std_encode
--traverse
C:/VulkanSDK/1.2.182.0/Include/vk_video/vulkan_video_codec_h264std_encode.h
C:/VulkanSDK/1.2.189.2/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.2.182
// Ported from include/vk_video/vulkan_video_codec_h264std_encode.h in the KhronosGroup/Vulkan-Headers repository for tag v1.2.189
// Original source is Copyright © 2019-2021 The Khronos Group Inc.
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ vk_video-vulkan_video_codec_h265std.h
--test-output
../../../tests/Interop/Vulkan/vk_video/vulkan_video_codec_h265std
--traverse
C:/VulkanSDK/1.2.182.0/Include/vk_video/vulkan_video_codec_h265std.h
C:/VulkanSDK/1.2.189.2/Include/vk_video/vulkan_video_codec_h265std.h
2 changes: 1 addition & 1 deletion generation/vk_video/vulkan_video_codec_h265std/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/vk_video/vulkan_video_codec_h265std.h in the KhronosGroup/Vulkan-Headers repository for tag v1.2.182
// Ported from include/vk_video/vulkan_video_codec_h265std.h in the KhronosGroup/Vulkan-Headers repository for tag v1.2.189
// Original source is Copyright © 2019-2021 The Khronos Group Inc.
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ vk_video-vulkan_video_codec_h265std_decode.h
--test-output
../../../tests/Interop/Vulkan/vk_video/vulkan_video_codec_h265std_decode
--traverse
C:/VulkanSDK/1.2.182.0/Include/vk_video/vulkan_video_codec_h265std_decode.h
C:/VulkanSDK/1.2.189.2/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.2.182
// Ported from include/vk_video/vulkan_video_codec_h265std_decode.h in the KhronosGroup/Vulkan-Headers repository for tag v1.2.189
// Original source is Copyright © 2019-2021 The Khronos Group Inc.
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ vk_video-vulkan_video_codecs_common.h
--test-output
../../../tests/Interop/Vulkan/vk_video/vulkan_video_codecs_common
--traverse
C:/VulkanSDK/1.2.182.0/Include/vk_video/vulkan_video_codecs_common.h
C:/VulkanSDK/1.2.189.2/Include/vk_video/vulkan_video_codecs_common.h
2 changes: 1 addition & 1 deletion generation/vk_video/vulkan_video_codecs_common/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/vk_video/vulkan_video_codecs_common.h in the KhronosGroup/Vulkan-Headers repository for tag v1.2.182
// Ported from include/vk_video/vulkan_video_codecs_common.h in the KhronosGroup/Vulkan-Headers repository for tag v1.2.189
// Original source is Copyright © 2019-2021 The Khronos Group Inc.
2 changes: 1 addition & 1 deletion generation/vulkan/vk_enum_string_helper/generate.rsp
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ vulkan-vk_enum_string_helper.h
--test-output
../../../tests/Interop/Vulkan/vulkan/vk_enum_string_helper
--traverse
C:/VulkanSDK/1.2.182.0/Include/vulkan/vulkan-vk_enum_string_helper.h
C:/VulkanSDK/1.2.189.2/Include/vulkan/vulkan-vk_enum_string_helper.h
2 changes: 1 addition & 1 deletion generation/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.2.182
// Ported from include/vulkan/vk_enum_string_helper.h in the KhronosGroup/Vulkan-Headers repository for tag v1.2.189
// Original source is Copyright © 2015-2021 The Khronos Group Inc. Copyright © 2015-2021 Valve Corporation. Copyright © 2015-2021 LunarG, Inc. Copyright © 2015-2021 Google Inc.
2 changes: 1 addition & 1 deletion generation/vulkan/vk_icd/generate.rsp
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ vulkan-vk_icd.h
--test-output
../../../tests/Interop/Vulkan/vulkan/vk_icd
--traverse
C:/VulkanSDK/1.2.182.0/Include/vulkan/vk_icd.h
C:/VulkanSDK/1.2.189.2/Include/vulkan/vk_icd.h
2 changes: 1 addition & 1 deletion generation/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.2.182
// Ported from include/vulkan/vk_icd.h in the KhronosGroup/Vulkan-Headers repository for tag v1.2.189
// Original source is Copyright © 2015-2016 The Khronos Group Inc. Copyright © 2015-2016 Valve Corporation. Copyright © 2015-2016 LunarG, Inc.
2 changes: 1 addition & 1 deletion generation/vulkan/vk_layer/generate.rsp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ vulkan-vk_layer.h
--test-output
../../../tests/Interop/Vulkan/vulkan/vk_layer
--traverse
C:/VulkanSDK/1.2.182.0/Include/vulkan/vk_layer.h
C:/VulkanSDK/1.2.189.2/Include/vulkan/vk_layer.h
--with-attribute
VkLoaderFeastureFlagBits=Flags
--with-type
Expand Down
2 changes: 1 addition & 1 deletion generation/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.2.182
// Ported from include/vulkan/vk_layer.h in the KhronosGroup/Vulkan-Headers repository for tag v1.2.189
// Original source is Copyright © 2015-2017 The Khronos Group Inc. Copyright © 2015-2017 Valve Corporation. Copyright © 2015-2017 LunarG, Inc.
2 changes: 1 addition & 1 deletion generation/vulkan/vk_platform/generate.rsp
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ vulkan-vk_platform.h
--test-output
../../../tests/Interop/Vulkan/vulkan/vk_platform
--traverse
C:/VulkanSDK/1.2.182.0/Include/vulkan/vk_platform.h
C:/VulkanSDK/1.2.189.2/Include/vulkan/vk_platform.h
2 changes: 1 addition & 1 deletion generation/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.2.182
// Ported from include/vulkan/vk_platform.h in the KhronosGroup/Vulkan-Headers repository for tag v1.2.189
// Original source is Copyright © 2014-2021 The Khronos Group Inc.
2 changes: 1 addition & 1 deletion generation/vulkan/vk_sdk_platform/generate.rsp
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ vulkan-vk_sdk_platform.h
--test-output
../../../tests/Interop/Vulkan/vulkan/vk_sdk_platform
--traverse
C:/VulkanSDK/1.2.182.0/Include/vulkan/vk_sdk_platform.h
C:/VulkanSDK/1.2.189.2/Include/vulkan/vk_sdk_platform.h
2 changes: 1 addition & 1 deletion generation/vulkan/vk_sdk_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_sdk_platform.h in the KhronosGroup/Vulkan-Headers repository for tag v1.2.182
// Ported from include/vulkan/vk_sdk_platform.h in the KhronosGroup/Vulkan-Headers repository for tag v1.2.189
// Original source is Copyright © 2015-2016 The Khronos Group Inc. Copyright © 2015-2016 Valve Corporation. Copyright © 2015-2016 LunarG, Inc.
2 changes: 1 addition & 1 deletion generation/vulkan/vulkan/generate.rsp
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ vulkan-vulkan.h
--test-output
../../../tests/Interop/Vulkan/vulkan/vulkan
--traverse
C:/VulkanSDK/1.2.182.0/Include/vulkan/vulkan.h
C:/VulkanSDK/1.2.189.2/Include/vulkan/vulkan.h
2 changes: 1 addition & 1 deletion generation/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.2.182
// Ported from include/vulkan/vulkan.h in the KhronosGroup/Vulkan-Headers repository for tag v1.2.189
// Original source is Copyright © 2015-2021 The Khronos Group Inc.
2 changes: 1 addition & 1 deletion generation/vulkan/vulkan_android/generate.rsp
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ vulkan-vulkan_android.h
--test-output
../../../tests/Interop/Vulkan/vulkan/vulkan_android
--traverse
C:/VulkanSDK/1.2.182.0/Include/vulkan/vulkan_android.h
C:/VulkanSDK/1.2.189.2/Include/vulkan/vulkan_android.h

2 changes: 1 addition & 1 deletion generation/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.2.182
// Ported from include/vulkan/vulkan_android.h in the KhronosGroup/Vulkan-Headers repository for tag v1.2.189
// Original source is Copyright © 2015-2021 The Khronos Group Inc.
2 changes: 1 addition & 1 deletion generation/vulkan/vulkan_beta/generate.rsp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ vulkan-vulkan_beta.h
--test-output
../../../tests/Interop/Vulkan/vulkan/vulkan_beta
--traverse
C:/VulkanSDK/1.2.182.0/Include/vulkan/vulkan_beta.h
C:/VulkanSDK/1.2.189.2/Include/vulkan/vulkan_beta.h
--with-type
VkVideoCapabilitiesFlagsKHR=uint
VkVideoChromaSubsamplingFlagsKHR=uint
Expand Down
2 changes: 1 addition & 1 deletion generation/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.2.182
// Ported from include/vulkan/vulkan_beta.h in the KhronosGroup/Vulkan-Headers repository for tag v1.2.189
// Original source is Copyright © 2015-2021 The Khronos Group Inc.
2 changes: 1 addition & 1 deletion generation/vulkan/vulkan_core/generate.rsp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ vulkan-vulkan_core.h
--test-output
../../../tests/Interop/Vulkan/vulkan/vulkan_core
--traverse
C:/VulkanSDK/1.2.182.0/Include/vulkan/vulkan_core.h
C:/VulkanSDK/1.2.189.2/Include/vulkan/vulkan_core.h
--with-attribute
VkAccelerationStructureCreateFlagsKHR=Flags
VkAccessFlags=Flags
Expand Down
2 changes: 1 addition & 1 deletion generation/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.2.182
// Ported from include/vulkan/vulkan_core.h in the KhronosGroup/Vulkan-Headers repository for tag v1.2.189
// Original source is Copyright © 2015-2021 The Khronos Group Inc.
2 changes: 1 addition & 1 deletion generation/vulkan/vulkan_directfb/generate.rsp
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ vulkan-vulkan_directfb.h
--test-output
../../../tests/Interop/Vulkan/vulkan/vulkan_directfb
--traverse
C:/VulkanSDK/1.2.182.0/Include/vulkan/vulkan_directfb.h
C:/VulkanSDK/1.2.189.2/Include/vulkan/vulkan_directfb.h
2 changes: 1 addition & 1 deletion generation/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.2.182
// Ported from include/vulkan/vulkan_directfb.h in the KhronosGroup/Vulkan-Headers repository for tag v1.2.189
// Original source is Copyright © 2015-2021 The Khronos Group Inc.
2 changes: 1 addition & 1 deletion generation/vulkan/vulkan_fuchsia/generate.rsp
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ vulkan-vulkan_fuchsia.h
--test-output
../../../tests/Interop/Vulkan/vulkan/vulkan_fuchsia
--traverse
C:/VulkanSDK/1.2.182.0/Include/vulkan/vulkan_fuchsia.h
C:/VulkanSDK/1.2.189.2/Include/vulkan/vulkan_fuchsia.h
2 changes: 1 addition & 1 deletion generation/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.2.182
// Ported from include/vulkan/vulkan_fuchsia.h in the KhronosGroup/Vulkan-Headers repository for tag v1.2.189
// Original source is Copyright © 2015-2021 The Khronos Group Inc.
2 changes: 1 addition & 1 deletion generation/vulkan/vulkan_ggp/generate.rsp
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ vulkan-vulkan_ggp.h
--test-output
../../../tests/Interop/Vulkan/vulkan/vulkan_ggp
--traverse
C:/VulkanSDK/1.2.182.0/Include/vulkan/vulkan_ggp.h
C:/VulkanSDK/1.2.189.2/Include/vulkan/vulkan_ggp.h
2 changes: 1 addition & 1 deletion generation/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.2.182
// Ported from include/vulkan/vulkan_ggp.h in the KhronosGroup/Vulkan-Headers repository for tag v1.2.189
// Original source is Copyright © 2015-2021 The Khronos Group Inc.
2 changes: 1 addition & 1 deletion generation/vulkan/vulkan_ios/generate.rsp
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ vulkan-vulkan_ios.h
--test-output
../../../tests/Interop/Vulkan/vulkan/vulkan_ios
--traverse
C:/VulkanSDK/1.2.182.0/Include/vulkan/vulkan_ios.h
C:/VulkanSDK/1.2.189.2/Include/vulkan/vulkan_ios.h
Loading

0 comments on commit ccbc164

Please sign in to comment.