Skip to content

Release v3.6.14, vma-v0.3.9, utils-v0.2

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Nov 01:02
· 955 commits to main since this release
db6c581

Vulkan [3.6.14] - 2020-11-15

  • Add FiniteBits instance for Flags
  • Fix getting function pointers for functions which have aliases (those which
    have been promoted to core versions mostly)

VulkanMemoryAllocator [0.3.9] - 2020-11-15

  • Derive FiniteBits for bitmasks

vulkan-utils [0.2] - 2020-11-15

  • Add Vulkan.Utils.Misc for handy functions used in Vulkan programs, but not
    Vulkan specific.
  • Add Vulkan.Utils.Initializaion for functions to ease creating a Vulkan device.
  • Add Vulkan.Vulkan.Utils.QueueAssignment to help with easy queue creation.