Vulkan-Hpp/vulkan
Andreas Süßenbach a9a4860591 Resolve instantiation issue with structures that are flagged as returnedonly (#382)
- make layout-structure default constructor an empty function
- introduce default constructor for the corresponding (non-layout) structure, delegating to the layout-structure's constructor
- introduce copy- and assignment constructors from the corresponding vulkan-structure, delegating to the copy- and assignment constructor from the layout-structure
2019-09-18 08:47:17 +02:00
..
vulkan.hpp Resolve instantiation issue with structures that are flagged as returnedonly (#382) 2019-09-18 08:47:17 +02:00