On 2024/02/24 14:59:57 -0500, Thomas Frohwein <tfrohw...@fastmail.com> wrote: > Hi, > > This diff updates the vulkan ports to the latest SDK from a few weeks > ago. Besides now needing graphics/volk (already imported) and > vulkan-utility-libraries (see separate email to ports@), the update is > pretty much the usual churn. > > I tested it on my Intel Tigerlake system with vkcube, vkcubepp, and > vulkaninfo (all from vulkan-tools package), as well as with > games/vkquake without issues. This includes runs with the > validation layers enabled. Note if you want to test the validation > layers, the previous VK_INSTANCE_LAYER env var is now deprecated in > favor of VK_LOADER_LAYERS_ENABLE with a different syntax, see: > > https://vulkan.lunarg.com/doc/sdk/1.3.275.0/windows/layer_configuration.html > > (This is usually silent in normal working test cases in my experience.) > > Sending this now so that building/using volk and > vulkan-utility-libraries can be tested. > > ok?
builds fine and works fine here (Ryzen 5 2400G.) note that this needs to be build together with vulkan-utility-libraries, so it should be imported together with this update. ok op@