File tree Expand file tree Collapse file tree
eng/silktouch/vulkan/vulkan
sources/Vulkan/Vulkan/Vulkan Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22@../remap.rsp
33--exclude
44VK_NULL_HANDLE
5+ VK_STRUCTURE_TYPE_SURFACE_CAPABILITIES2_EXT
6+ VK_KHR_MAINTENANCE1_SPEC_VERSION
57--file
68vulkan-vulkan.h
79--methodClassName
Original file line number Diff line number Diff 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" ] ,
Original file line number Diff line number Diff 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 )]
You can’t perform that action at this time.
0 commit comments