This website requires JavaScript.
Explore
Help
Sign In
mirror
/
Vulkan-Hpp
Watch
1
Star
0
Fork
0
You've already forked Vulkan-Hpp
mirror of
https://github.com/KhronosGroup/Vulkan-Hpp.git
synced
2024-10-14 16:32:17 +00:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
3e3c16a0a1
Vulkan-Hpp
/
vulkan
History
Markus Tavenrath
3e3c16a0a1
Add constructor to Optional<RefType> which accepts a RefType* in addition RefType& and nullptr. This is required since *nullptr is illegal and writing (ptr == nullptr) ? nullptr : *ptr isn't an efficient solution for the problem. (
#45
)
2016-11-04 09:14:53 +01:00
..
vulkan.hpp
Add constructor to Optional<RefType> which accepts a RefType* in addition RefType& and nullptr. This is required since *nullptr is illegal and writing (ptr == nullptr) ? nullptr : *ptr isn't an efficient solution for the problem. (
#45
)
2016-11-04 09:14:53 +01:00