Originally shared by Benjamin “BeRo” Rosseaux

Originally shared by Benjamin “BeRo” Rosseaux

Delphi 7 support is now dropped at PasVulkan, primarly because of new used syntax stuff at https://github.com/BeRo1985/pasvulkan/blob/master/src/PasVulkan.Types.pas and https://github.com/BeRo1985/pasvulkan/blob/master/src/PasVulkan.Math.pas
and the minimum supported FreePascal version for PasVulkan is now 3.1.1 due to 1. hardfloat callconv keyword on the ARM Android target platform and 2. Generics.* Units, so therefore only newer Delphi versions and FreePascal versions are supported now, for to simplify the development process of PasVulkan for me .

Sometimes such old versions hardcuts does indeed hurt but these are sometimes necessary in order to be able to continue to work meaningfully.

In connection with this, the SupraEngine will be called now PasVulkanEngine and it will be now an part of the parent PasVulkan project, for to avoid unnecessary doubled doubled work.
https://github.com/BeRo1985/pasvulkan/blob/master/src/PasVulkan.Math.pas

Comments