Skip to content

Commit 1e44902

Browse files
committed
Exclude a few more deprecated aliases that cause compile errors due to name conflicts
1 parent d22529c commit 1e44902

File tree

3 files changed

+10
-66
lines changed

3 files changed

+10
-66
lines changed

.silktouch/772c7817bbdb99d6.stout

1.73 MB
Binary file not shown.

eng/silktouch/vulkan/vulkan/generate.rsp

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,17 @@
22
@../remap.rsp
33
--exclude
44
VK_NULL_HANDLE
5-
VK_STRUCTURE_TYPE_SURFACE_CAPABILITIES2_EXT
5+
VK_GOOGLE_HLSL_FUNCTIONALITY1_EXTENSION_NAME
6+
VK_GOOGLE_HLSL_FUNCTIONALITY1_SPEC_VERSION
7+
VK_KHR_MAINTENANCE1_EXTENSION_NAME
68
VK_KHR_MAINTENANCE1_SPEC_VERSION
9+
VK_KHR_MAINTENANCE2_EXTENSION_NAME
10+
VK_KHR_MAINTENANCE2_SPEC_VERSION
11+
VK_KHR_MAINTENANCE3_EXTENSION_NAME
12+
VK_KHR_MAINTENANCE3_SPEC_VERSION
13+
VK_NV_VIEWPORT_ARRAY2_EXTENSION_NAME
14+
VK_NV_VIEWPORT_ARRAY2_SPEC_VERSION
15+
VK_STRUCTURE_TYPE_SURFACE_CAPABILITIES2_EXT
716
--file
817
vulkan-vulkan.h
918
--methodClassName

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

Lines changed: 0 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -26651,12 +26651,6 @@ public static Result WriteMicromapsPropertiesEXT(
2665126651
[SupportedApiProfile("vulkan", ["VK_KHR_maintenance1"])]
2665226652
public static Utf8String KhrMaintenance1ExtensionName => "VK_KHR_maintenance1"u8;
2665326653

26654-
[NativeTypeName(
26655-
"#define VK_KHR_MAINTENANCE1_EXTENSION_NAME VK_KHR_MAINTENANCE_1_EXTENSION_NAME"
26656-
)]
26657-
[SupportedApiProfile("vulkan", ["VK_KHR_maintenance1"])]
26658-
public static Utf8String KhrMaintenance1ExtensionName => "VK_KHR_maintenance1"u8;
26659-
2666026654
[NativeTypeName("#define VK_KHR_DEVICE_GROUP_CREATION_SPEC_VERSION 1")]
2666126655
[SupportedApiProfile("vulkan", ["VK_KHR_device_group_creation"])]
2666226656
public const int KhrDeviceGroupCreationSpecVersion = 1;
@@ -27093,16 +27087,6 @@ public static Result WriteMicromapsPropertiesEXT(
2709327087
[SupportedApiProfile("vulkan", ["VK_KHR_maintenance2"])]
2709427088
public static Utf8String KhrMaintenance2ExtensionName => "VK_KHR_maintenance2"u8;
2709527089

27096-
[NativeTypeName("#define VK_KHR_MAINTENANCE2_SPEC_VERSION VK_KHR_MAINTENANCE_2_SPEC_VERSION")]
27097-
[SupportedApiProfile("vulkan", ["VK_KHR_maintenance2"])]
27098-
public const int KhrMaintenance2SpecVersion = 1;
27099-
27100-
[NativeTypeName(
27101-
"#define VK_KHR_MAINTENANCE2_EXTENSION_NAME VK_KHR_MAINTENANCE_2_EXTENSION_NAME"
27102-
)]
27103-
[SupportedApiProfile("vulkan", ["VK_KHR_maintenance2"])]
27104-
public static Utf8String KhrMaintenance2ExtensionName => "VK_KHR_maintenance2"u8;
27105-
2710627090
[NativeTypeName("#define VK_KHR_GET_SURFACE_CAPABILITIES_2_SPEC_VERSION 1")]
2710727091
[SupportedApiProfile(
2710827092
"vulkan",
@@ -27304,30 +27288,6 @@ public static Result WriteMicromapsPropertiesEXT(
2730427288
)]
2730527289
public static Utf8String KhrMaintenance3ExtensionName => "VK_KHR_maintenance3"u8;
2730627290

27307-
[NativeTypeName("#define VK_KHR_MAINTENANCE3_SPEC_VERSION VK_KHR_MAINTENANCE_3_SPEC_VERSION")]
27308-
[SupportedApiProfile(
27309-
"vulkan",
27310-
["VK_KHR_maintenance3"],
27311-
ImpliesSets = [
27312-
"VK_KHR_maintenance3+VK_KHR_get_physical_device_properties2",
27313-
"VK_KHR_maintenance3+VK_VERSION_1_1",
27314-
]
27315-
)]
27316-
public const int KhrMaintenance3SpecVersion = 1;
27317-
27318-
[NativeTypeName(
27319-
"#define VK_KHR_MAINTENANCE3_EXTENSION_NAME VK_KHR_MAINTENANCE_3_EXTENSION_NAME"
27320-
)]
27321-
[SupportedApiProfile(
27322-
"vulkan",
27323-
["VK_KHR_maintenance3"],
27324-
ImpliesSets = [
27325-
"VK_KHR_maintenance3+VK_KHR_get_physical_device_properties2",
27326-
"VK_KHR_maintenance3+VK_VERSION_1_1",
27327-
]
27328-
)]
27329-
public static Utf8String KhrMaintenance3ExtensionName => "VK_KHR_maintenance3"u8;
27330-
2733127291
[NativeTypeName("#define VK_KHR_DRAW_INDIRECT_COUNT_SPEC_VERSION 1")]
2733227292
[SupportedApiProfile("vulkan", ["VK_KHR_draw_indirect_count"])]
2733327293
public const int KhrDrawIndirectCountSpecVersion = 1;
@@ -29177,18 +29137,6 @@ public static Result WriteMicromapsPropertiesEXT(
2917729137
[SupportedApiProfile("vulkan", ["VK_NV_viewport_array2"])]
2917829138
public static Utf8String NvViewportArray2ExtensionName => "VK_NV_viewport_array2"u8;
2917929139

29180-
[NativeTypeName(
29181-
"#define VK_NV_VIEWPORT_ARRAY2_SPEC_VERSION VK_NV_VIEWPORT_ARRAY_2_SPEC_VERSION"
29182-
)]
29183-
[SupportedApiProfile("vulkan", ["VK_NV_viewport_array2"])]
29184-
public const int NvViewportArray2SpecVersion = 1;
29185-
29186-
[NativeTypeName(
29187-
"#define VK_NV_VIEWPORT_ARRAY2_EXTENSION_NAME VK_NV_VIEWPORT_ARRAY_2_EXTENSION_NAME"
29188-
)]
29189-
[SupportedApiProfile("vulkan", ["VK_NV_viewport_array2"])]
29190-
public static Utf8String NvViewportArray2ExtensionName => "VK_NV_viewport_array2"u8;
29191-
2919229140
[NativeTypeName("#define VK_NVX_MULTIVIEW_PER_VIEW_ATTRIBUTES_SPEC_VERSION 1")]
2919329141
[SupportedApiProfile(
2919429142
"vulkan",
@@ -30199,19 +30147,6 @@ public static Result WriteMicromapsPropertiesEXT(
3019930147
public static Utf8String GoogleHlslFunctionality1ExtensionName =>
3020030148
"VK_GOOGLE_hlsl_functionality1"u8;
3020130149

30202-
[NativeTypeName(
30203-
"#define VK_GOOGLE_HLSL_FUNCTIONALITY1_SPEC_VERSION VK_GOOGLE_HLSL_FUNCTIONALITY_1_SPEC_VERSION"
30204-
)]
30205-
[SupportedApiProfile("vulkan", ["VK_GOOGLE_hlsl_functionality1"])]
30206-
public const int GoogleHlslFunctionality1SpecVersion = 1;
30207-
30208-
[NativeTypeName(
30209-
"#define VK_GOOGLE_HLSL_FUNCTIONALITY1_EXTENSION_NAME VK_GOOGLE_HLSL_FUNCTIONALITY_1_EXTENSION_NAME"
30210-
)]
30211-
[SupportedApiProfile("vulkan", ["VK_GOOGLE_hlsl_functionality1"])]
30212-
public static Utf8String GoogleHlslFunctionality1ExtensionName =>
30213-
"VK_GOOGLE_hlsl_functionality1"u8;
30214-
3021530150
[NativeTypeName("#define VK_GOOGLE_DECORATE_STRING_SPEC_VERSION 1")]
3021630151
[SupportedApiProfile("vulkan", ["VK_GOOGLE_decorate_string"])]
3021730152
public const int GoogleDecorateStringSpecVersion = 1;

0 commit comments

Comments
 (0)