This website requires JavaScript.
Explore
Help
Sign In
mewin
/
vulkan-hpp
Watch
1
Star
0
Fork
0
You've already forked vulkan-hpp
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
vulkan-hpp
/
tests
History
Markus Tavenrath
499d4bb33d
Bring back default arguments to ObjectDestroy class. Update header to Vulkan 1.130 (
#468
)
...
Fix issue
#467
2020-01-03 10:59:59 +01:00
..
DeviceFunctions
Use existing tests for appveyor. (
#426
)
2019-11-06 16:56:52 +01:00
DispatchLoaderDynamic
Add support for a full volk replacement by supporting a global DispatchLoaderDynamic. The global dynamic dispatcher will be available if either the define VULKAN_HPP_DISPATCH_LOADER_DYNAMIC is set to 1 or if VK_NO_PROTOTYPES is defined. In those cases it is required to add VULKAN_HPP_DEFAULT_DISPATCH_LOADER_DYNAMIC_STORAGE; to any compilation unit of the project to allocate storage for the dispatcher. (
#390
)
2019-09-25 11:59:39 +02:00
NoExceptions
Use existing tests for appveyor. (
#426
)
2019-11-06 16:56:52 +01:00
StructureChain
Introduce functions vk::StructureChain::unlink<ClassType>() and vk::StructureChain::relink<ClassType>(). (
#441
)
2019-11-28 15:58:15 +01:00
UniqueHandleDefaultArguments
Bring back default arguments to ObjectDestroy class. Update header to Vulkan 1.130 (
#468
)
2020-01-03 10:59:59 +01:00
CMakeLists.txt
Use existing tests for appveyor. (
#426
)
2019-11-06 16:56:52 +01:00