Skip to content

Release v3.8, vma-v0.3.11, utils-v0.4

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Nov 15:27
· 752 commits to main since this release
9093e15

Vulkan [3.8] - 2020-11-30

  • Bump API version to v1.2.163
  • Add Vulkan.Requirement, a module for specifying requirements for Devices
    and Instances
  • Expose SPIR-V Extensions and Capabilities in Vulkan.SPIRVRequirements
  • Expose extension dependencies in Vulkan.Extensions.Dependencies
  • Squash some warnings

Thanks to @sheaf for their help with this release!

VulkanMemoryAllocator [0.3.11] - 2020-11-30

  • Raise upper bound on vulkan

vulkan-utils [0.4] - 2020-11-30

  • Add Vulkan.Utils.Requirements, a module with several helpers for the
    Requirement types found in Vulkan.Requirement
  • Change the creation helpers in Vulkan.Utils.Initialization to use the new
    Requirement types.
  • Add QuasiQuoters for creating device requirements in Vulkan.Utils.Requirements.TH
  • Allow selecting target environment in compileShader