Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | renderer_vulkan: Move device abstraction to vulkan_common | ReinUsesLisp | 2021-01-04 | 2 | -0/+1189 |
* | vulkan_instance: Allow different Vulkan versions and enforce 1.1 | ReinUsesLisp | 2020-12-31 | 2 | -13/+27 |
* | renderer_vulkan: Remove two step initialization on VKDevice | ReinUsesLisp | 2020-12-31 | 2 | -6/+3 |
* | renderer_vulkan: Throw when enumerating devices fails | ReinUsesLisp | 2020-12-31 | 4 | -11/+8 |
* | renderer_vulkan: Initialize surface in separate file | ReinUsesLisp | 2020-12-31 | 3 | -0/+104 |
* | renderer_vulkan: Create debug callback on separate file and throw | ReinUsesLisp | 2020-12-31 | 5 | -45/+79 |
* | renderer_vulkan: Move instance initialization to a separate file | ReinUsesLisp | 2020-12-31 | 2 | -0/+173 |
* | vulkan_common: Rename renderer_vulkan/wrapper.h to vulkan_common/vulkan_wrapper.h | ReinUsesLisp | 2020-12-31 | 2 | -0/+2141 |
* | vulkan_common: Move dynamic library load to a separate file | ReinUsesLisp | 2020-12-31 | 2 | -0/+49 |