Releases: vkngwrapper/core
Releases · vkngwrapper/core
v3.1.1
v3.1.0
Add new InitSlice helper to common- this will help with methods that return slices of outdata structs
v3.0.2
Regenerate mocks
v3.0.1
Sneaky breaking change: CreateInstance and CreateDevice will now return the relevant drivers instead of the object. BuildInstanceDriver/BuildDeviceDriver no longer exist
v3.0.0
Device-Driven Update
Massive reorganization to remove functionality from the vulkan structures and move them into "driver" types.
v2.2.4
Return instance scoped physical device from mock rig
Release v2.2.3
Tidy
Full Changelog: v2.2.2...v2.2.3
v2.2.2
Improved mocking somewhat, updated dependencies, and fixed a case where device extensions couldn't load instance procs when they needed to.
Full Changelog: v2.2.1...v2.2.2
v2.2.1
Add VK_WHOLE_SIZE
v2.2.0: Merge pull request #7 from mewpull/issue-2
Use pkg/errors for error stack traces