
The issues resolved aren't too notable with Vulkan 1.4.345 but there is one new vendor extension and that is VK_ARM_shader_instrumentation.
The VK_ARM_shader_instrumentation extension devised by several Arm engineers allows for instrumenting shaders and capture performance metrics per-shader-type from commands executed by a queue.
This extension aims to help improve shader cost analysis for developers on Arm Mali GPUs. With this additional performance feedback they hope it will make it easier for developers to better optimize shaders, finding the most expensive draw call in a frame, and related performance discoveries.
More details on the Vulkan 1.4.345 changes via Vulkan-Docs on GitHub .