Skip to content

Releases: KyleMayes/vulkanalia

v0.26.0

29 Dec 01:55
Compare
Choose a tag to compare

This one's a bit of a chonker.

Highlights include support for Vulkan 1.4 and MSRV increase.

Changed

  • Bumped MSRV to 1.73

Bindings Updates

Read more

v0.25.0

23 Aug 01:37
Compare
Choose a tag to compare

Changed

  • Bumped MSRV to 1.70

Added

  • Added ResultExt trait
  • Added Instance::version method

Fixed

  • Fixed no_std_error feature not compiling
  • Instance-level functions that are part of device extensions are loaded with vkGetInstanceProcAddr (#281)

Bindings Updates

v0.24.0

20 Jul 16:59
Compare
Choose a tag to compare

v0.23.0

01 Apr 02:13
Compare
Choose a tag to compare

Changed

  • Bumped MSRV to 1.65
  • Bumped winit to 0.29
  • Added no_std compability for vulkanalia and vulkanalia-sys crates
  • Make all extendable output structs parameters in command wrappers (see #213 for details)

Fixed

Added

  • Added support for Vulkan video extensions
  • Added vulkanalia::prelude::v1_3 module (a prelude module for Vulkan 1.3+)

Bindings Updates

v0.22.0

v0.21.0

15 Sep 04:59
Compare
Choose a tag to compare

Changed

  • Fixed multi-dimensional array code generation (only affected the TransformMatrixKHR::matrix field)

Bindings Updates

v0.20.0

15 Sep 04:59
Compare
Choose a tag to compare

v0.19.0

27 Apr 00:42
Compare
Choose a tag to compare

Changed

  • Fixed parameters and return type for KhrAccelerationStructureExtension::get_acceleration_structure_build_sizes_khr method (#150)
  • Fixed push_next methods in builder structs (#149)

Bindings Updates

v0.18.0

v0.17.0