asuessenbach
|
f5e59484a6
|
Introduce usage of clang-format to format vulkan.hpp and the other sources.
|
2020-04-23 10:55:02 +02:00 |
|
Andreas Süßenbach
|
b08af45046
|
Resolve warnings from gcc.
Resolves #505
|
2020-02-13 10:27:30 +01:00 |
|
Andreas Süßenbach
|
33b244859b
|
Add specific initialization of Flags and FlagBits. (#489)
Resolves #488.
|
2020-01-16 12:12:31 +01:00 |
|
Markus Tavenrath
|
e26cb8113a
|
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 |
|
Markus Tavenrath
|
48d540a23d
|
Add vk::DynamicLoader and simplify usage of vk::DispatchLoaderDynamic. Update Vulkan-Headers to 1.1.123 (#387)
|
2019-09-24 12:12:49 +02:00 |
|
Andreas Süßenbach
|
45590a9bd7
|
Change include paths and argument type on main functions to ease linux adoption (#307)
|
2019-03-19 15:35:08 +01:00 |
|
Andreas Süßenbach
|
67ffe214e3
|
Change API of class DipatchLoaderDynamic to be based on vkInstance etc. instead of vk::Instance; add test to show how to use it. (#284)
|
2019-01-22 09:03:03 +01:00 |
|