File tree Expand file tree Collapse file tree 4 files changed +2
-11
lines changed
eng/silktouch/vulkan/vulkan
sources/Vulkan/Vulkan/Vulkan Expand file tree Collapse file tree 4 files changed +2
-11
lines changed Original file line number Diff line number Diff line change 2
2
@../remap.rsp
3
3
--exclude
4
4
VK_NULL_HANDLE
5
+ VK_STRUCTURE_TYPE_SURFACE_CAPABILITIES2_EXT
6
+ VK_KHR_MAINTENANCE1_SPEC_VERSION
5
7
--file
6
8
vulkan-vulkan.h
7
9
--methodClassName
Original file line number Diff line number Diff line change @@ -7993,13 +7993,6 @@ public enum StructureType : uint
7993
7993
[ SupportedApiProfile ( "vulkan" , [ "VK_KHR_descriptor_update_template" ] ) ]
7994
7994
DescriptorUpdateTemplateCreateInfoKHR = DescriptorUpdateTemplateCreateInfo ,
7995
7995
7996
- [ SupportedApiProfile (
7997
- "vulkan" ,
7998
- [ "VK_EXT_display_surface_counter" ] ,
7999
- ImpliesSets = [ "VK_KHR_display" ]
8000
- ) ]
8001
- SurfaceCapabilities2EXT = SurfaceCapabilities2EXT ,
8002
-
8003
7996
[ SupportedApiProfile (
8004
7997
"vulkan" ,
8005
7998
[ "VK_KHR_imageless_framebuffer" ] ,
Original file line number Diff line number Diff line change @@ -26217,10 +26217,6 @@ public static Result WriteMicromapsPropertiesEXT(
26217
26217
[SupportedApiProfile("vulkan", ["VK_KHR_maintenance1"])]
26218
26218
public static Utf8String KhrMaintenance1ExtensionName => "VK_KHR_maintenance1"u8;
26219
26219
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
-
26224
26220
[NativeTypeName(
26225
26221
"#define VK_KHR_MAINTENANCE1_EXTENSION_NAME VK_KHR_MAINTENANCE_1_EXTENSION_NAME"
26226
26222
)]
You can’t perform that action at this time.
0 commit comments