| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-04-17 | 3.3 kB | |
| v1.1.14 source code.tar.gz | 2026-04-17 | 1.5 MB | |
| v1.1.14 source code.zip | 2026-04-17 | 2.1 MB | |
| Totals: 3 Items | 3.6 MB | 0 | |
What's Changed
- Added support for compiling against C++ 17, 20, 23 and 26 using the CMAKE_CXX_STANDARD CMake variable. by @robertosfield in https://github.com/vsg-dev/VulkanSceneGraph/pull/1645
- Fix header file error by @Dylan-H in https://github.com/vsg-dev/VulkanSceneGraph/pull/1648
- Restructuring and refinements in prep for load balanacing. by @robertosfield in https://github.com/vsg-dev/VulkanSceneGraph/pull/1651
- Improved handling of DeviceMemory/MemoryBufferPool out of memory conditions to prevent crashes during database paging. by @robertosfield in https://github.com/vsg-dev/VulkanSceneGraph/pull/1661
- Harmony platform support by @robertosfield in https://github.com/vsg-dev/VulkanSceneGraph/pull/1662
- Fixed handling of image layers/cubemaps. by @robertosfield in https://github.com/vsg-dev/VulkanSceneGraph/pull/1666
- Enabling of VK_LAYER_KHRONOS_synchronization2 by @robertosfield in https://github.com/vsg-dev/VulkanSceneGraph/pull/1667
- Enable synchronization validation feature if layer is provided by @TP-David in https://github.com/vsg-dev/VulkanSceneGraph/pull/1665
- Added use of TransferTask to BufferInfo:copyDataToBuffer by @robertosfield in https://github.com/vsg-dev/VulkanSceneGraph/pull/1670
- Optional MemoryBufferPools::reserve usage by @robertosfield in https://github.com/vsg-dev/VulkanSceneGraph/pull/1672
- fix vsgMacros.cmake by @St0fF-NPL-ToM in https://github.com/vsg-dev/VulkanSceneGraph/pull/1675
- Update json.cpp by @St0fF-NPL-ToM in https://github.com/vsg-dev/VulkanSceneGraph/pull/1678
- fix: correct typo in comment and remove redundant semicolon by @KAlO2 in https://github.com/vsg-dev/VulkanSceneGraph/pull/1683
- Fixed inconsistent forward decaration of struct LogOutput. by @cmeyer42 in https://github.com/vsg-dev/VulkanSceneGraph/pull/1684
- Add missing export to vsg::Exception struct by @rms7326 in https://github.com/vsg-dev/VulkanSceneGraph/pull/1680
- Fix macOS window embedding by @nolankramer in https://github.com/vsg-dev/VulkanSceneGraph/pull/1688
- Fix typo in CompileResult::add() by @ArepMM in https://github.com/vsg-dev/VulkanSceneGraph/pull/1690
- Improved DatabasePager automatic load balancing by @robertosfield in https://github.com/vsg-dev/VulkanSceneGraph/pull/1691
- Older vulkan header fixes by @robertosfield in https://github.com/vsg-dev/VulkanSceneGraph/pull/1695
- Added compatility with vulan_core.h older than 1.1.97 by @robertosfield in https://github.com/vsg-dev/VulkanSceneGraph/pull/1696
- Reset PagedLODs requestStatus after prune the queue by @ArepMM in https://github.com/vsg-dev/VulkanSceneGraph/pull/1694
- Refactor how GraphicsPipelineCongfigurator::compare() handles the shaderHints->defines and descriptorConfigurator->defines together to avoid failure to match compatible configurations. by @robertosfield in https://github.com/vsg-dev/VulkanSceneGraph/pull/1697
New Contributors
- @Dylan-H made their first contribution in https://github.com/vsg-dev/VulkanSceneGraph/pull/1648
- @St0fF-NPL-ToM made their first contribution in https://github.com/vsg-dev/VulkanSceneGraph/pull/1675
- @cmeyer42 made their first contribution in https://github.com/vsg-dev/VulkanSceneGraph/pull/1684
Full Changelog: https://github.com/vsg-dev/VulkanSceneGraph/compare/v1.1.13...v1.1.14