Skip to content

Releases: gwihlidal/vk-sync-rs

0.1.6

14 Jul 18:03
Compare
Choose a tag to compare
  • Removed inefficient Vec on barrier structs in favor of slice references.

0.1.5

01 Jun 19:57
Compare
Choose a tag to compare
  • Updated to ash 0.29

0.1.4

09 Dec 18:28
Compare
Choose a tag to compare
  • Minor optimizations

0.1.3

09 Dec 18:28
Compare
Choose a tag to compare
  • Rust 2018 Edition

0.1.2

17 Nov 09:41
Compare
Choose a tag to compare
  • Updated to ash 0.26
  • Use default struct init from ash (thanks, @MaikKlein)
  • Made function pointer structs borrowed for performance
  • Some minor cleanup

0.1.1

15 Nov 22:32
Compare
Choose a tag to compare
  • Updated to ash 0.25 (Vulkan 1.1)
  • Added support for NVX generated commands
  • Added support for read-only depth/stencil + writeable depth/stencil
  • Added Copy and Default traits to AccessType and ImageLayout
  • Added Debug, Default, and Clone traits to GlobalBarrier, BufferBarrier, and ImageBarrier

0.1.0

26 Aug 19:45
Compare
Choose a tag to compare

First version!