| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-08-21 | 2.4 kB | |
| v1.1.16 source code.tar.gz | 2026-08-21 | 1.5 MB | |
| v1.1.16 source code.zip | 2026-08-21 | 2.1 MB | |
| Totals: 3 Items | 3.6 MB | 3 | |
What's Changed
- Available memory checks by @robertosfield in https://github.com/vsg-dev/VulkanSceneGraph/pull/1713
- Fixed incorrect keyboard events process in win32 subsystem by @maisvendoo in https://github.com/vsg-dev/VulkanSceneGraph/pull/1714
- Add flags in swapchain preferences by @FrancoisBerard in https://github.com/vsg-dev/VulkanSceneGraph/pull/1717
- resolve undefined symbol OH_NativeWindow_NativeWindowHandleOpt on OpenHarmony by @geocapp in https://github.com/vsg-dev/VulkanSceneGraph/pull/1722
- Improved mesh shader support by @robertosfield in https://github.com/vsg-dev/VulkanSceneGraph/pull/1727
- Improvements to thread safety and handling of out of GPU memory conditions when paging. by @robertosfield in https://github.com/vsg-dev/VulkanSceneGraph/pull/1729
- Transfer task refinement by @robertosfield in https://github.com/vsg-dev/VulkanSceneGraph/pull/1731
- fix layer offset calculation when uploading cubemaps with MipmapLayout by @KAlO2 in https://github.com/vsg-dev/VulkanSceneGraph/pull/1730
- Remove perspective divide for orthographic frustum by @rolandhill in https://github.com/vsg-dev/VulkanSceneGraph/pull/1728
- Moved the check for large allocations to the start of IntrusiveAllocator::deallocate(..) to avoid searching the memoryBlocks containers. Added size == 0 and ptr == nullptr checks to allocation and deallocation to avoid doing any more in this null cases. by @robertosfield in https://github.com/vsg-dev/VulkanSceneGraph/pull/1734
- Fix pool DeviceMemory allocations and rek by @rolandhill in https://github.com/vsg-dev/VulkanSceneGraph/pull/1732
- DescriptorPool: O(1) recycled-descriptor accounting in available() by @nolankramer in https://github.com/vsg-dev/VulkanSceneGraph/pull/1724
- Fix Descriptor count comparison when VkDescriptorSetLayoutBinding.descriptorCount is not 1 by @rolandhill in https://github.com/vsg-dev/VulkanSceneGraph/pull/1737
- Drag and drop back end by @rolandhill in https://github.com/vsg-dev/VulkanSceneGraph/pull/1738
New Contributors
- @maisvendoo made their first contribution in https://github.com/vsg-dev/VulkanSceneGraph/pull/1714
- @FrancoisBerard made their first contribution in https://github.com/vsg-dev/VulkanSceneGraph/pull/1717
- @geocapp made their first contribution in https://github.com/vsg-dev/VulkanSceneGraph/pull/1722
Full Changelog: https://github.com/vsg-dev/VulkanSceneGraph/compare/v1.1.15...v1.1.16