Releases: technoir-lab/vulkan-kotlin
Releases · technoir-lab/vulkan-kotlin
1.4.328-3
What's Changed
Breaking Changes
- Introduce a common interface for all Vulkan objects by @technoir42 in #28
New Features
- Implement remaining methods from VK_EXT_debug_utils by @technoir42 in #29
- Simplify debug messenger creation by @technoir42 in #30
- Simplify instance creation by @technoir42 in #31
- Implement remaining indirect draw methods by @technoir42 in #34
- Implement compute-related methods by @technoir42 in #35
- Implement vkGetPipelineCacheData by @technoir42 in #36
Dependencies
- Bump conventionPluginsVersion from v37 to v38 by @dependabot[bot] in #27
- Bump conventionPluginsVersion from v38 to v40 by @dependabot[bot] in #33
Full Changelog: 1.4.328-2...1.4.328-3
1.4.328-2
What's Changed
New Features
- Fix bindIndexBuffer offset parameter by @technoir42 in #24
- Add VkEvent wrapper and related methods by @technoir42 in #25
- Implement query pool related methods by @technoir42 in #26
Full Changelog: 1.4.328-1...1.4.328-2
1.4.328-1
What's Changed
New Features
- Update Vulkan SDK to 1.4.328.0 by @technoir42 in #23
Dependencies
- Bump gradle/actions from 4 to 5 by @dependabot[bot] in #20
- Bump actions/upload-pages-artifact from 3 to 4 by @dependabot[bot] in #19
- Bump conventionPluginsVersion from v34 to v36 by @dependabot[bot] in #21
- Bump conventionPluginsVersion from v36 to v37 by @dependabot[bot] in #22
Full Changelog: 1.4.321-3...1.4.328-1
1.4.321-3
What's Changed
- Add a wrapper for
vkCmdBindIndexBuffer. - Improve inline documentation.
- Publish documentation by @technoir42 in #14
- Bump conventionPluginsVersion from v30 to v32 by @dependabot[bot] in #13
- Bump conventionPluginsVersion from v32 to v33 by @dependabot[bot] in #16
- Bump conventionPluginsVersion from v33 to v34 by @dependabot[bot] in #17
Full Changelog: 1.4.321-1...1.4.321-3
1.4.321-1
Initial release for Vulkan 1.4.321