- fixed initialization logic for Exomia.Vulkan.Api.Core
- "NotSupportedException" is thrown loading the library on a MacOS system.
see Update for upcoming versions >1.3.241
- "NotSupportedException" is thrown loading the library on a MacOS system.
- VkRequiresAttribute was renamed to VkDependsAttribute (breaking change)
- 'depends is a breaking change in Vulkan 1.3.241, replacing the requires and requiresCore attributes.'
see vulkan spec 1.3 - changelog - 2023-02-14
- 'depends is a breaking change in Vulkan 1.3.241, replacing the requires and requiresCore attributes.'
- VkExtensionAttribute was added
- AttributeUsage - AllowMultiple was adjusted on:
- VkDependsAttribute
- VkProvisionalAttribute
- VkSpecialuseAttribute
- VkStructExtendsAttribute