doom3-bfg/neo/renderer/Vulkan
Eric Womer 596fbb18ca RenderBackend.h:
* Renamed vkwindow to sdlWindow in struct vulkanContext_t to matche the rest of the struct naming conventions.

Image_VK.cpp:
  * disabled printing "Vulkan Image alloc " to the terminal, flooding it
  with data

RenderBackend_VK.cpp:
  * Re-enabled r_vkEnableValidationLayers enabling/disabling Vulkan
  validation checking, I had it hard-coded to true for testing reasons.
  * static void DestroySwapChain():
    * I don't know if the changes I introduced here are helping or not,
    or even doing anything, so this part can be ignored or changed back.
  * GL_StartFrame() and GL_BlockingSwapBuffers():
    * VkResult for these two functions, vkAcquireNextImageKHR and
    vkQueuePresentKHR, don't need to return VK_SUCCESS for the
    application to be valid, so handle them differently here. There may
    be others like this, but I don't know.

qvk.h:
  * Since VK_USE_PLATFORM_* is defined in the CMakeLists.txt file, for
  now anyways, use them to wrap the correct platform headers instead of
  defining them here.

sdl_vkimp.cpp:
  * Some debug printing changes, from GL to Vulkan, since this is for
  the Vulkan API.
2020-01-01 14:31:28 -05:00
..
Allocator_VK.cpp Compiling/Linking/Running, but no rendering, there is audio. glConfig as 2019-12-29 17:05:33 -05:00
Allocator_VK.h Applied new Astyle settings 2019-11-11 20:27:44 +01:00
BufferObject_VK.cpp Applied new Astyle settings 2019-11-11 20:27:44 +01:00
Image_VK.cpp RenderBackend.h: 2020-01-01 14:31:28 -05:00
qvk.h RenderBackend.h: 2020-01-01 14:31:28 -05:00
RenderBackend_VK.cpp RenderBackend.h: 2020-01-01 14:31:28 -05:00
RenderDebug_VK.cpp Stubbed out all OpenGL code 2018-10-03 23:40:35 +02:00
RenderProgs_VK.cpp Compiling/Linking/Running, but no rendering, there is audio. glConfig as 2019-12-29 17:05:33 -05:00
Staging_VK.cpp Applied new Astyle settings 2019-11-11 20:27:44 +01:00
Staging_VK.h Applied new Astyle settings 2019-11-11 20:27:44 +01:00
vma.cpp Compiling/Linking/Running, but no rendering, there is audio. glConfig as 2019-12-29 17:05:33 -05:00
vma.h Compiling/Linking/Running, but no rendering, there is audio. glConfig as 2019-12-29 17:05:33 -05:00