VulkanMemoryAllocator v3.7 Release Notes

Release Date: 2020-11-25 // over 3 years ago
    • ⬆️ Bump API version to v1.2.162
      • This is a breaking change to anyone using VK_KHR_ray_tracing (which no longer exists)
    • ➕ Add bracketing functions for withRayTracingPipelinesKHR and withRayTracingPipelinesNV
    • ➕ Add all possible storable instances for Vulkan structs
    • ✂ Remove tuples from the constructors of ClearColorValue
    • Unpack top level tuple in TransformMatrixKHR, the matrix record accessor has been split into matrixRow0, matrixRow1, and matrixRow2
    • ➕ Add extension documentation to extension modules.
    • 📚 Tweak ordering of documentation in Haddocks to make it more user-friendly