Re: vulkan suites and multiples maintainers
Olivier Cochard-Labbé <[email protected]>
| Newsgroups | gmane.comp.kde.freebsd |
|---|---|
| Message-ID | <CA+q+TcpMqsSo9kcx8esitEc10fMGc_S595=FaHwceJeAZWe5CA@mail.gmail.com> |
On Tue, Apr 28, 2026 at 9:18 PM Vladimir Druzenko <[email protected]> wrote: > > > I created graphics/spirv-cross because it is used by games/lwjgl3 - > another my port. > I have never encountered any incompatibility with graphics/vulkan-* ports. > > The version of Vulkan depends of a minimum SPIR-V version, cf the table in: https://docs.vulkan.org/guide/latest/versions.html So theoretically, because we have Vulkan 1.4 in the port tree, software could request features available in SPIR-V 1.6 and we have only the 1.4. This is why I was wondering how everyone is dealing with this "one big piece" of inter-depend libraries managed by different persons. Regards, Olivier