Skip to content

Release v3.9, vma-v0.3.12, utils-v0.4.1

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Jan 09:04
· 593 commits to main since this release
ba8c13a

Vulkan [3.10] - 2021-01-09

  • Make zero instance for TransformMatrixKHR return identity matrix. See
    #240
  • Remove explicit 'count' field in AccelerationStructureBuildGeometryInfoKHR.
    See #239
  • Do not bother poking empty vectors for zero pokes
  • Use 0 for spec version requirements for SPIRV Requirements, See
    #249

VulkanMemoryAllocator [0.3.12] - 2021-01-09

  • Calling traceEventIO before and after every VulkanMemoryAllocator command if
    vulkan was compiled with the trace-calls flag
  • Don't bother poking empty vectors in withZeroCStruct
  • Bump VMA, fixes compilation issue when vma-recording is enabled.

vulkan-utils [0.4.1] - 2021-01-09

  • Better error message reporting on unsatisfied extension version. See
    #249