Release v3.8, vma-v0.3.11, utils-v0.4
Vulkan [3.8] - 2020-11-30
- Bump API version to v1.2.163
- Add
Vulkan.Requirement
, a module for specifying requirements forDevice
s
andInstance
s - 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 inVulkan.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