Skip to content

Releases: discosultan/VulkanCore

v1.0.0-alpha40

21 Jun 15:48
Compare
Choose a tag to compare
v1.0.0-alpha40 Pre-release
Pre-release

Changelog

  • Change SurfaceKhr surface visibility (#31)

v1.0.0-alpha39

20 Jun 18:11
Compare
Choose a tag to compare
v1.0.0-alpha39 Pre-release
Pre-release

Changelog

  • Convert ApplicationInfo.ApplicationVersion and ApplicationInfo.EngineVersion to use Version type (breaking change)(#29)
  • Add implicit conversion from Version to int (#29)
  • Make VulkanLibrary public for external extensibility (#29)
  • Add a new constructor for ClearColorValue taking R, G, B, A values directly (#29)

v1.0.0-alpha38

18 Jun 16:41
Compare
Choose a tag to compare
v1.0.0-alpha38 Pre-release
Pre-release

Changelog

  • Allow enabling layers at Device level (with deprecation notice) (#26)
  • Add additional constructors for structs; update SwapchainCreateInfoKhr constructor (breaking change)(#24)

v1.0.0-alpha37

06 Jun 13:56
Compare
Choose a tag to compare
v1.0.0-alpha37 Pre-release
Pre-release

Changelog

  • Add initial MacOS platform support (#18)
  • Add MVKDeviceConfiguration (#19)
  • Update deps (281879a); note that tests project was upgraded to netcoreapp2.1 which requires .NET Core 2.1 SDK to be installed