Skip to content

Commit b2d8acc

Browse files
committed
Exclude deprecated Vulkan aliases that are causing compile errors
1 parent 78bbb4d commit b2d8acc

File tree

4 files changed

+2
-11
lines changed

4 files changed

+2
-11
lines changed

.silktouch/eca38d7e9011bdcc.stout

1.6 MB
Binary file not shown.

eng/silktouch/vulkan/vulkan/generate.rsp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
@../remap.rsp
33
--exclude
44
VK_NULL_HANDLE
5+
VK_STRUCTURE_TYPE_SURFACE_CAPABILITIES2_EXT
6+
VK_KHR_MAINTENANCE1_SPEC_VERSION
57
--file
68
vulkan-vulkan.h
79
--methodClassName

sources/Vulkan/Vulkan/Vulkan/StructureType.gen.cs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7993,13 +7993,6 @@ public enum StructureType : uint
79937993
[SupportedApiProfile("vulkan", ["VK_KHR_descriptor_update_template"])]
79947994
DescriptorUpdateTemplateCreateInfoKHR = DescriptorUpdateTemplateCreateInfo,
79957995

7996-
[SupportedApiProfile(
7997-
"vulkan",
7998-
["VK_EXT_display_surface_counter"],
7999-
ImpliesSets = ["VK_KHR_display"]
8000-
)]
8001-
SurfaceCapabilities2EXT = SurfaceCapabilities2EXT,
8002-
80037996
[SupportedApiProfile(
80047997
"vulkan",
80057998
["VK_KHR_imageless_framebuffer"],

sources/Vulkan/Vulkan/Vulkan/Vulkan.gen.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26217,10 +26217,6 @@ public static Result WriteMicromapsPropertiesEXT(
2621726217
[SupportedApiProfile("vulkan", ["VK_KHR_maintenance1"])]
2621826218
public static Utf8String KhrMaintenance1ExtensionName => "VK_KHR_maintenance1"u8;
2621926219

26220-
[NativeTypeName("#define VK_KHR_MAINTENANCE1_SPEC_VERSION VK_KHR_MAINTENANCE_1_SPEC_VERSION")]
26221-
[SupportedApiProfile("vulkan", ["VK_KHR_maintenance1"])]
26222-
public const int KhrMaintenance1SpecVersion = 2;
26223-
2622426220
[NativeTypeName(
2622526221
"#define VK_KHR_MAINTENANCE1_EXTENSION_NAME VK_KHR_MAINTENANCE_1_EXTENSION_NAME"
2622626222
)]

0 commit comments

Comments
 (0)