virtualx-engine/drivers/vulkan
Rémi Verschelde 9ad3f02db1 SCons: Streamline Vulkan buildsystem + fixups
- Renamed option to `builtin_vulkan`, since that's the name of the
  library and if we were to add new components, we'd likely use that
  same option.
- Merge `vulkan_loader/SCsub` in `vulkan/SCsub`.
- Accordingly, don't use built-in Vulkan headers when not building
  against the built-in loader library.
- Drop Vulkan registry which we don't appear to need currently.
- Style and permission fixes.
2019-12-12 17:06:27 +01:00
..
rendering_device_vulkan.cpp Merge pull request #29993 from bruvzg/vulkan 2019-12-12 17:04:53 +01:00
rendering_device_vulkan.h Merge pull request #29993 from bruvzg/vulkan 2019-12-12 17:04:53 +01:00
SCsub SCons: Streamline Vulkan buildsystem + fixups 2019-12-12 17:06:27 +01:00
vk_enum_string_helper.h Initial work on Vulkan: 2019-12-12 08:50:47 +01:00
vk_mem_alloc.cpp Add static Vulkan loader. 2019-12-12 13:19:45 +01:00
vk_mem_alloc.h Initial work on Vulkan: 2019-12-12 08:50:47 +01:00
vulkan_context.cpp Add static Vulkan loader. 2019-12-12 13:19:45 +01:00
vulkan_context.h Add static Vulkan loader. 2019-12-12 13:19:45 +01:00